Click or drag to resize

MimeDocumentFactoryCreateMimeDocument Method (Byte)

Creates new MimeDocument from specified data.

Namespace:  Limilabs.Mail
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public MimeDocument CreateMimeDocument(
	byte[] data
)

Parameters

data
Type: SystemByte
Byte array containing a MIME document.

Return Value

Type: MimeDocument
New mime document.
Remarks
No defaults are set regardless of SetDefaults value.
See Also