Click or drag to resize
MimeKit

MimeEntityLoadAsync Method

Overload List
 NameDescription
Public methodStatic memberLoadAsync(Stream, CancellationToken) Asynchronously load a MimeEntity from the specified stream.
Public methodStatic memberLoadAsync(String, CancellationToken) Asynchronously load a MimeEntity from the specified file.
Public methodStatic memberLoadAsync(ContentType, Stream, CancellationToken) Asynchronously load a MimeEntity from the specified content stream.
Public methodStatic memberLoadAsync(ParserOptions, Stream, CancellationToken) Asynchronously load a MimeEntity from the specified stream.
Public methodStatic memberLoadAsync(ParserOptions, String, CancellationToken) Asynchronously load a MimeEntity from the specified file.
Public methodStatic memberLoadAsync(Stream, Boolean, CancellationToken) Asynchronously load a MimeEntity from the specified stream.
Public methodStatic memberLoadAsync(ParserOptions, ContentType, Stream, CancellationToken) Asynchronously load a MimeEntity from the specified content stream.
Public methodStatic memberLoadAsync(ParserOptions, Stream, Boolean, CancellationToken) Asynchronously load a MimeEntity from the specified stream.
Top
See Also