Click or drag to resize
MimeKit

IMimeParser Methods

The IMimeParser type exposes the following members.

Methods
 NameDescription
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 methodParseMessage 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(Stream, MimeFormat, Boolean) Set the stream to parse.
Top
See Also