Click or drag to resize

MimeDocumentFactoryCreateMimeDocument(MimeBase) Method

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.26106.1555
Syntax
public MimeDocument CreateMimeDocument(
	MimeBase root
)

Parameters

root  MimeBase
Root of the MimeDocument.

Return Value

MimeDocument
New mime document.
See Also