![]() |
VOOZH | about |
| 👁 MimeKit | MimeParser Class |
public class MimeParser : IMimeParser, IEnumerable<MimeMessage>, IEnumerable
The MimeParser type exposes the following members.
| Name | Description | |
|---|---|---|
| 👁 Public method | MimeParser(Stream, Boolean) | Initialize a new instance of the MimeParser class. |
| 👁 Public method | MimeParser(ParserOptions, Stream, Boolean) | Initialize a new instance of the MimeParser class. |
| 👁 Public method 👁 Code example | MimeParser(Stream, MimeFormat, Boolean) | Initialize a new instance of the MimeParser class. |
| 👁 Public method | MimeParser(ParserOptions, Stream, MimeFormat, Boolean) | Initialize a new instance of the MimeParser class. |
| Name | Description | |
|---|---|---|
| 👁 Public property 👁 Code example | IsEndOfStream | Get a value indicating whether the parser has reached the end of the input stream. |
| 👁 Public property 👁 Code example | MboxMarker | Get the mbox marker for the most recently parsed message. |
| 👁 Public property 👁 Code example | MboxMarkerOffset | Get the mbox marker stream offset for the most recently parsed message. |
| 👁 Public property | Options | Get or set the parser options. |
| 👁 Public property | Position | Get the current position of the parser within the stream. |
| Name | Description | |
|---|---|---|
| 👁 Public event 👁 Code example | MimeEntityBegin | An event signifying the beginning of a new MimeEntity has been encountered. |
| 👁 Public event 👁 Code example | MimeEntityEnd | An event signifying the end of a MimeEntity has been encountered. |
| 👁 Public event 👁 Code example | MimeMessageBegin | An event signifying the beginning of a new MimeMessage has been encountered. |
| 👁 Public event 👁 Code example | MimeMessageEnd | An event signifying the end of a MimeMessage has been encountered. |