The Email type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Delete |
Deletes the message
| |
| Dispose |
Dispose of the object
(Overrides FrameworkFolderItemDispose.) | |
| EmailfromRfc822 |
Returns an Email object from the RFC822 Message contained in the given stream.
Ensure that all code path's dispose of the returned Email.
| |
| Equals | (Inherited from Object.) | |
| GetBodyLines |
Returns the message body as a series of CRLF delimited lines
| |
| GetBodyStream |
Returns the message body as a byte stream
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetHeaderLines |
Returns the message header as a series of CRLF delimited lines
| |
| GetHeaderStream |
Returns the message header as a byte stream
| |
| GetLines |
Returns the message as a series of CRLF delimited lines
| |
| GetStream |
Returns the message as a byte stream
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Save |
Saves the Message flags to the mailbox file
| |
| ToString | (Inherited from Object.) |
See Also