Click or drag to resize
MimeKit

MimeEntityLoad Method

Overload List
 NameDescription
Public methodStatic memberLoad(Stream, CancellationToken) Load a MimeEntity from the specified stream.
Public methodStatic memberLoad(String, CancellationToken) Load a MimeEntity from the specified file.
Public methodStatic memberCode exampleLoad(ContentType, Stream, CancellationToken) Load a MimeEntity from the specified content stream.
Public methodStatic memberLoad(ParserOptions, Stream, CancellationToken) Load a MimeEntity from the specified stream.
Public methodStatic memberLoad(ParserOptions, String, CancellationToken) Load a MimeEntity from the specified file.
Public methodStatic memberLoad(Stream, Boolean, CancellationToken) Load a MimeEntity from the specified stream.
Public methodStatic memberLoad(ParserOptions, ContentType, Stream, CancellationToken) Load a MimeEntity from the specified content stream.
Public methodStatic memberLoad(ParserOptions, Stream, Boolean, CancellationToken) Load a MimeEntity from the specified stream.
Top
See Also