Click or drag to resize

MsgConverterCreateMessage Method (Msg2IMailConfiguration)

Creates new IMail object from MSG data.

Namespace:  Limilabs.Mail.MSG
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public IMail CreateMessage(
	Msg2IMailConfiguration configuration
)

Parameters

configuration
Type: Limilabs.Mail.MSGMsg2IMailConfiguration
Msg to MIME configuration settings.

Return Value

Type: IMail
Newly created email message in MIME format.
Exceptions
ExceptionCondition
ExceptionType property doesn't equal Note.
See Also