Mime |
public class MimeParser : IMimeParser, IEnumerable<MimeMessage>, IEnumerable
The MimeParser type exposes the following members.
Name | Description | |
---|---|---|
MimeParser(Stream, Boolean) | Initialize a new instance of the MimeParser class. | |
MimeParser(ParserOptions, Stream, Boolean) | Initialize a new instance of the MimeParser class. | |
MimeParser(Stream, MimeFormat, Boolean) | Initialize a new instance of the MimeParser class. | |
MimeParser(ParserOptions, Stream, MimeFormat, Boolean) | Initialize a new instance of the MimeParser class. |
Name | Description | |
---|---|---|
IsEndOfStream | Get a value indicating whether the parser has reached the end of the input stream. | |
MboxMarker | Get the most recent mbox marker. | |
MboxMarkerOffset | Get the most recent mbox marker offset. | |
Options | Get or set the parser options. | |
Position | Get the current position of the parser within the stream. |
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) |
Name | Description | |
---|---|---|
MimeEntityBegin | An event signifying the beginning of a new MimeEntity has been encountered. | |
MimeEntityEnd | An event signifying the end of a MimeEntity has been encountered. | |
MimeMessageBegin | An event signifying the beginning of a new MimeMessage has been encountered. | |
MimeMessageEnd | An event signifying the end of a MimeMessage has been encountered. |