Click or drag to resize
MimeKit

IMimeEntityWriteTo Method

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