Click or drag to resize

MimeFactorySplit Method

Splits raw eml data in to MIME headers and MIME body.

Namespace:  Limilabs.Mail.MIME
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public void Split(
	byte[] eml,
	out string headers,
	out byte[] body
)

Parameters

eml
Type: SystemByte
Raw eml data.
headers
Type: SystemString
MIME headers.
body
Type: SystemByte
MIME body.
See Also