Click or drag to resize
MimeKit

MultipartWriteTo Method

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