Share via


MimeOutputFilter members

The MimeOutputFilter callback class customizes the way in which Multipurpose Internet Mail Extensions (MIME) data is written.

The MimeOutputFilter type exposes the following members.

Constructors

  Name Description
Protected method MimeOutputFilter The MimeOutputFilter constructor creates a MimeOutputFilter.

Top

Methods

  Name Description
Public method ClosePart The ClosePart method is called after all data in a part are output, before the boundary or next part or end boundary is written.
Public method FilterHeader The FilterHeader method is called before a Header is written.
Public method FilterHeaderList The FilterHeaderList method is called at the beginning of a part, after the part boundary has been written.
Public method FilterPart The FilterPart method is called before a part boundary is written.
Public method FilterPartBody The FilterPartBody method is called after the Multipurpose Internet Mail Extensions (MIME) part boundary is written.

Top

See also

Reference

MimeOutputFilter class

Microsoft.Exchange.Data.Mime namespace