Click or drag to resize

MailFactoryCreateMail Method (MimeBase)

Creates IMail with specified MIME entity as root. Sets default values for Date and MessageID when not defined and SetDefaults is set to true.

Namespace:  Limilabs.Mail
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public IMail CreateMail(
	MimeBase root
)

Parameters

root
Type: Limilabs.Mail.MIMEMimeBase
Root of the MimeDocument.

Return Value

Type: IMail
New mime document.
See Also