IContentHandler.Body Method 

Called when the body of a discrete (non-multipart) entity is about to be parsed.

void Body(
   BodyDescriptor bd,
   Stream inputStream
);

Parameters

bd
StartMultipart
inputStream
the contents of the body. NOTE: this is the raw body contents - it will not be decoded if encoded. The bd parameter should be used to determine how the stream data should be decoded.

Exceptions

Exception Type Condition
IOException should be thrown on I/O errors.

See Also

IContentHandler Interface | NI.Email.Mime Namespace