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