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