Click or drag to resize

MimeDocumentFactoryCreateMimeDocument Method (MimeBase)

Creates MimeDocument with specified MIME entity as root. Sets default value for MimeVersion when not defined and SetDefaults is set to true.

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

Parameters

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

Return Value

Type: MimeDocument
New mime document.
See Also