IMime |
The IMimeMessage type exposes the following members.
Name | Description | |
---|---|---|
Accept | Dispatches to the specific visit method for this MIME message. | |
Dispose | (Inherited from IDisposable) | |
GetTextBody | Get the text body in the specified format. | |
Prepare | Prepare the message for transport using the specified encoding constraints. | |
WriteTo(Stream, CancellationToken) | Write the message to the specified output stream. | |
WriteTo(String, CancellationToken) | Write the message to the specified file. | |
WriteTo(FormatOptions, Stream, CancellationToken) | Write the message to the specified output stream. | |
WriteTo(FormatOptions, String, CancellationToken) | Write the message to the specified file. | |
WriteTo(Stream, Boolean, CancellationToken) | Write the message to the specified output stream. | |
WriteTo(FormatOptions, Stream, Boolean, CancellationToken) | Write the message to the specified output stream. | |
WriteToAsync(Stream, CancellationToken) | Asynchronously write the message to the specified output stream. | |
WriteToAsync(String, CancellationToken) | Asynchronously write the message to the specified file. | |
WriteToAsync(FormatOptions, Stream, CancellationToken) | Asynchronously write the message to the specified output stream. | |
WriteToAsync(FormatOptions, String, CancellationToken) | Asynchronously write the message to the specified file. | |
WriteToAsync(Stream, Boolean, CancellationToken) | Asynchronously write the message to the specified output stream. | |
WriteToAsync(FormatOptions, Stream, Boolean, CancellationToken) | Asynchronously write the message to the specified output stream. |