Click or drag to resize
MimeKit

MimeMessageLoad Method

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