Abstract ContentHandler with default implementations of all
the methods of the ContentHandler interface.
Inheritance Hierarchy
NI.Email.Mime AbstractContentHandler
Namespace: NI.Email.Mime
Assembly: NI.Email.Mime (in NI.Email.Mime.dll) Version: 1.8.5168.22709
Syntax
The AbstractContentHandler type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| AbstractContentHandler | Initializes a new instance of the AbstractContentHandler class |
Methods
| Name | Description | |
|---|---|---|
| Body | ||
| EndBodyPart | ||
| EndHeader | ||
| EndMessage | ||
| EndMultipart | ||
| Epilogue | ||
| Equals | (Inherited from Object.) | |
| Field | ||
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Preamble | ||
| Raw | ||
| StartBodyPart | ||
| StartHeader | ||
| StartMessage | ||
| StartMultipart | ||
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also