Adds an iCalendar object to the EmailMessage object.
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);