Mime |
The MimeParser type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object) | |
| Finalize | (Inherited from Object) | |
| GetEnumerator | Enumerate the messages in the stream. | |
| GetHashCode | (Inherited from Object) | |
| GetType | (Inherited from Object) | |
| MemberwiseClone | (Inherited from Object) | |
| OnMimeEntityBegin | Invoked when the parser begins parsing a MimeEntity. | |
| OnMimeEntityEnd | Invoked when the parser has completed parsing a MimeEntity. | |
| OnMimeMessageBegin | Invoked when the parser begins parsing a MimeMessage. | |
| OnMimeMessageEnd | Invoked when the parser has completed parsing a MimeMessage. | |
| ParseEntity | Parse an entity from the stream. | |
| ParseEntityAsync | Asynchronously parse an entity from the stream. | |
| ParseHeaders | Parse a list of headers from the stream. | |
| ParseHeadersAsync | Asynchronously parse a list of headers from the stream. | |
| ParseMessage | Parse a message from the stream. | |
| ParseMessageAsync | Asynchronously parse a message from the stream. | |
| SetStream(Stream, MimeFormat) | Set the stream to parse. | |
| SetStream(Stream, Boolean) | Set the stream to parse. | |
| SetStream(ParserOptions, Stream, Boolean) | Obsolete. Set the stream to parse. | |
| SetStream(Stream, MimeFormat, Boolean) | Set the stream to parse. | |
| SetStream(ParserOptions, Stream, MimeFormat, Boolean) | Obsolete. Set the stream to parse. | |
| ToString | (Inherited from Object) |