MsgConvertMsgToMailMessage Method (Stream) |
Parses Outlook .MSG data stream into
MailMessage object.
Namespace: MailBee.OutlookAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic MailMessage MsgToMailMessage(
Stream msgStream
)
Public Function MsgToMailMessage (
msgStream As Stream
) As MailMessage
Parameters
- msgStream
- Type: System.IOStream
The source stream containing Outlook .MSG data.
Return Value
Type:
MailMessageMailMessage object containing the parsed mail message.
Exceptions
Examples
See Also