IMime |
public interface IMimeParser
The IMimeParser type exposes the following members.
Name | Description | |
---|---|---|
IsEndOfStream | Get a value indicating whether the parser has reached the end of the input stream. | |
MboxMarker | Gets the most recent mbox marker. | |
MboxMarkerOffset | Gets 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 | |
---|---|---|
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(Stream, MimeFormat, Boolean) | Set the stream to parse. |