MimeOutputFilter Members
The MimeOutputFilter callback class customizes the way in which Multipurpose Internet Mail Extensions (MIME) data is written.
The following tables list the members exposed by the MimeOutputFilter type.
Protected Constructors
Name | Description | |
---|---|---|
MimeOutputFilter | The MimeOutputFilter constructor creates a MimeOutputFilter. |
Top
Public Methods
(see also Protected 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. | |
Equals | Overloaded. (inherited from Object ) | |
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. | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top