 | MimeEntityWriteToAsync Method (Stream, Boolean, CancellationToken) |
Asynchronously write the
MimeEntity to the specified output stream.
Namespace:
MimeKit
Assembly:
MimeKit (in MimeKit.dll) Version: 3.0.0
Syntaxpublic Task WriteToAsync(
Stream stream,
bool contentOnly,
CancellationToken cancellationToken = default
)
Parameters
- stream
- Type: System.IOStream
The output stream. - contentOnly
- Type: SystemBoolean
true if only the content should be written; otherwise, false. - cancellationToken (Optional)
- Type: System.ThreadingCancellationToken
The cancellation token.
Return Value
Type:
TaskAn awaitable task.
Exceptions
Remarks
Asynchronously writes the entity to the output stream.
See Also