| IMimeMessageWriteToAsync(Stream, CancellationToken) Method |
Asynchronously write the message to the specified output stream.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax Task WriteToAsync(
Stream stream,
CancellationToken cancellationToken = default
)
Parameters
- stream Stream
- The output stream.
- cancellationToken CancellationToken (Optional)
- The cancellation token.
Return Value
TaskAn awaitable task.
Exceptions Remarks
Asynchronously writes the message to the output stream using the default formatting options.
See Also