Click or drag to resize
MimeKit

IMimeMessage Methods

The IMimeMessage type exposes the following members.

Methods
 NameDescription
Public methodAccept Dispatches to the specific visit method for this MIME message.
Public methodDispose
(Inherited from IDisposable)
Public methodGetTextBody Get the text body in the specified format.
Public methodPrepare Prepare the message for transport using the specified encoding constraints.
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.
Public methodWriteToAsync(Stream, CancellationToken) Asynchronously write the message to the specified output stream.
Public methodWriteToAsync(String, CancellationToken) Asynchronously write the message to the specified file.
Public methodWriteToAsync(FormatOptions, Stream, CancellationToken) Asynchronously write the message to the specified output stream.
Public methodWriteToAsync(FormatOptions, String, CancellationToken) Asynchronously write the message to the specified file.
Public methodWriteToAsync(Stream, Boolean, CancellationToken) Asynchronously write the message to the specified output stream.
Public methodWriteToAsync(FormatOptions, Stream, Boolean, CancellationToken) Asynchronously write the message to the specified output stream.
Top
See Also