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.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
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
See Also