Click or drag to resize
MimeKit

IMimeEntity Methods

The IMimeEntity type exposes the following members.

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