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.26106.1555
Syntax
public void Split(
	byte[] eml,
	out string headers,
	out byte[] body
)

Parameters

eml  Byte
Raw eml data.
headers  String
MIME headers.
body  Byte
MIME body.
See Also