| IMimeMessageWriteToAsync(FormatOptions, Stream, Boolean, CancellationToken) Method |
Asynchronously write the message to the specified output stream.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax Task WriteToAsync(
FormatOptions options,
Stream stream,
bool headersOnly,
CancellationToken cancellationToken = default
)
Parameters
- options FormatOptions
- The formatting options.
- stream Stream
- The output stream.
- headersOnly Boolean
- true if only the headers should be written; otherwise, false.
- cancellationToken CancellationToken (Optional)
- The cancellation token.
Return Value
TaskAn awaitable task.
Exceptions Remarks
Asynchronously writes the message to the output stream using the provided formatting options.
See Also