MsgConvertEmlToMsg Method (Stream, Stream) |
Converts .EML data (in RFC822 text format) into a stream in Outlook .MSG (OLE2) format with 8-bit encoding.
Namespace: MailBee.OutlookAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntaxpublic void EmlToMsg(
Stream emlStream,
Stream msgStream
)
Public Sub EmlToMsg (
emlStream As Stream,
msgStream As Stream
)
Parameters
- emlStream
- Type: System.IOStream
Source stream to read .EML data from. - msgStream
- Type: System.IOStream
Destination stream to write .MSG (OLE2) data into.
Exceptions
RemarksIf you need to have RTF body in the resulting MSG, see
HtmlToRtfMethod property for the available options.
See Also