Click or drag to resize
MimeKit

MimeParser Methods

The MimeParser type exposes the following members.

Methods
 NameDescription
Public methodEquals
(Inherited from Object)
Protected methodFinalize
(Inherited from Object)
Public methodGetEnumerator Enumerate the messages in the stream.
Public methodGetHashCode
(Inherited from Object)
Public methodGetType
(Inherited from Object)
Protected methodMemberwiseClone
(Inherited from Object)
Protected methodOnMimeEntityBegin Invoked when the parser begins parsing a MimeEntity.
Protected methodOnMimeEntityEnd Invoked when the parser has completed parsing a MimeEntity.
Protected methodOnMimeMessageBegin Invoked when the parser begins parsing a MimeMessage.
Protected methodOnMimeMessageEnd Invoked when the parser has completed parsing a MimeMessage.
Public methodParseEntity Parse an entity from the stream.
Public methodParseEntityAsync Asynchronously parse an entity from the stream.
Public methodParseHeaders Parse a list of headers from the stream.
Public methodParseHeadersAsync Asynchronously parse a list of headers from the stream.
Public methodCode exampleParseMessage Parse a message from the stream.
Public methodParseMessageAsync Asynchronously parse a message from the stream.
Public methodSetStream(Stream, MimeFormat) Set the stream to parse.
Public methodSetStream(Stream, Boolean) Set the stream to parse.
Public methodSetStream(ParserOptions, Stream, Boolean)Obsolete.
Set the stream to parse.
Public methodSetStream(Stream, MimeFormat, Boolean) Set the stream to parse.
Public methodSetStream(ParserOptions, Stream, MimeFormat, Boolean)Obsolete.
Set the stream to parse.
Public methodToString
(Inherited from Object)
Top
See Also