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 | |
---|---|---|
MimeOutputFilter | The MimeOutputFilter constructor creates a MimeOutputFilter. |
Top
Methods
Name | Description | |
---|---|---|
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. | |
FilterHeader | The FilterHeader method is called before a Header is written. | |
FilterHeaderList | The FilterHeaderList method is called at the beginning of a part, after the part boundary has been written. | |
FilterPart | The FilterPart method is called before a part boundary is written. | |
FilterPartBody | The FilterPartBody method is called after the Multipurpose Internet Mail Extensions (MIME) part boundary is written. |
Top