PstDistListGetAsMailMessage Method |
Namespace: MailBee.OutlookAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public override MailMessage GetAsMailMessage()
Public Overrides Function GetAsMailMessage As MailMessage
Return Value
Type:
MailMessageA
MailMessage object with "X-DistList" headers set.
Remarks This method is useful if you want to work with this DistList 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. This method also stores all DistList members into
BodyPlainText property, one entry per line.
See Also