| PstMessageGetAsMailMessage Method | 
 
Namespace: MailBee.OutlookAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
 Syntax
Syntaxpublic override MailMessage GetAsMailMessage()
Public Overrides Function GetAsMailMessage As MailMessage
Return Value
Type: 
MailMessageA 
MailMessage object with "X-Msg" headers set.
 Remarks
RemarksThis method is useful if you want to work with this Message item as a 
MailMessage object
            and have all the special message properties (which are stored in .PST file) be available as message headers.
            If you want to work with these values separately and do not include them into the message headers, use
            
PstFields property to access these values and 
GetAsMailMessage(Boolean) overload to
            get the mail message without special headers.
 See Also
See Also