PstAppointmentGetAsMailMessage Method
Gets this PST object as MailMessage object.

Namespace: MailBee.Outlook
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public override MailMessage GetAsMailMessage()

Return Value

Type: MailMessage
A MailMessage object with "X-Appointment" headers set.
Remarks
This method is useful if you want to work with this Appointment item as a MailMessage object (for instance, if you want to save it into an .EML file). This method produces an empty mail message and adds all the PstFields as the message headers.
See Also