Mime4.net Home | Community Edition | Order | Usage examples | Feedback
IContentHandler MethodsMIME4NET Class Library Documentation

The IContentHandler type exposes the following members.

Methods

  NameDescription
Public methodBody
Called when the body of a discrete (non-multipart) entity is about to be parsed.
Public methodEndBodyPart
Called when a body part ends.
Public methodEndHeader
Called when there are no more header fields in a message or body part.
Public methodEndMessage
Called when a message ends.
Public methodEndMultipart
Called when the body of an entity has been parsed.
Public methodEpilogue
Called for the epilogue (whatever comes after the final body part) of a multipart/* entity.
Public methodField
Called for each field of a header.
Public methodPreamble
Called for the preamble (whatever comes before the first body part) of a multipart/* entity.
Public methodRaw
Called when a new entity (message or body part) starts and the parser is in raw mode.
Public methodStartBodyPart
Called when a new body part starts inside a multipart/* entity.
Public methodStartHeader
Called when a header (of a message or body part) is about to be parsed.
Public methodStartMessage
Called when a new message starts (a top level message or an embedded rfc822 message).
Public methodStartMultipart
Called when the body of a multipart entity is about to be parsed.
Top
See Also