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.Outlook
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public void EmlToMsg(
	Stream emlStream,
	Stream msgStream
)

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
ExceptionCondition
MailBeeInvalidArgumentExceptionemlStream or msgStream is a null reference (Nothing in Visual Basic).
MailBeeExceptionAn error occurred during reading, parsing or saving message data.
See Also