Click or drag to resize
MimeKit

IMimeMessageWriteTo Method

Overload List
 NameDescription
Public methodWriteTo(Stream, CancellationToken) Write the message to the specified output stream.
Public methodWriteTo(String, CancellationToken) Write the message to the specified file.
Public methodWriteTo(FormatOptions, Stream, CancellationToken) Write the message to the specified output stream.
Public methodWriteTo(FormatOptions, String, CancellationToken) Write the message to the specified file.
Public methodWriteTo(Stream, Boolean, CancellationToken) Write the message to the specified output stream.
Public methodWriteTo(FormatOptions, Stream, Boolean, CancellationToken) Write the message to the specified output stream.
Top
See Also