| Name | Description |
---|
| LoadAsync(Stream, CancellationToken) |
Asynchronously load a MimeEntity from the specified stream.
|
| LoadAsync(String, CancellationToken) |
Asynchronously load a MimeEntity from the specified file.
|
| LoadAsync(ContentType, Stream, CancellationToken) |
Asynchronously load a MimeEntity from the specified content stream.
|
| LoadAsync(ParserOptions, Stream, CancellationToken) |
Asynchronously load a MimeEntity from the specified stream.
|
| LoadAsync(ParserOptions, String, CancellationToken) |
Asynchronously load a MimeEntity from the specified file.
|
| LoadAsync(Stream, Boolean, CancellationToken) |
Asynchronously load a MimeEntity from the specified stream.
|
| LoadAsync(ParserOptions, ContentType, Stream, CancellationToken) |
Asynchronously load a MimeEntity from the specified content stream.
|
| LoadAsync(ParserOptions, Stream, Boolean, CancellationToken) |
Asynchronously load a MimeEntity from the specified stream.
|