Mime4.net Home | Community Edition | Order | Usage examples | Feedback
IContentHandler StartMultipart Method MIME4NET Class Library Documentation
Called when the body of a multipart entity is about to be parsed.

Namespace: NI.Email.Mime
Assembly: NI.Email.Mime (in NI.Email.Mime.dll) Version: 1.8.5168.22709
Syntax

void StartMultipart(
	BodyDescriptor bd
)

Parameters

bd
Type: NI.Email.Mime BodyDescriptor
encapsulates the values (either read from the message stream or, if not present, determined implictly as described in the MIME rfc:s) of the Content-Type and Content-Transfer-Encoding header fields.
See Also