aspNetEmail

EmailMessage.AddCalendar Method

Adds an iCalendar object to the EmailMessage object.

Overload List

Adds an iCalendar object to the EmailMessage object.

public void AddCalendar(iCalendar);

Creates an iCalendar object based upon the 'To' and 'From' properties of the EmailMessage object.

public iCalendar AddCalendar(string,string,DateTime,DateTime);

Creates an iCalendar object based upon the 'To' and 'From' properties of the EmailMessage object.

public iCalendar AddCalendar(string,string,string,DateTime,DateTime);

Creates an iCalendar object based upon the 'To' and 'From' properties of the EmailMessage object.

public iCalendar AddCalendar(string,string,string,DateTime,DateTime,int,iCalendarType);

See Also

EmailMessage Class | aspNetEmail Namespace