| MultipartWriteTo(FormatOptions, Stream, Boolean, CancellationToken) Method |
Write the
Multipart to the specified output stream.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public override void WriteTo(
FormatOptions options,
Stream stream,
bool contentOnly,
CancellationToken cancellationToken = default
)
Parameters
- options FormatOptions
- The formatting options.
- stream Stream
- The output stream.
- contentOnly Boolean
- true if only the content should be written; otherwise, false.
- cancellationToken CancellationToken (Optional)
- The cancellation token.
Implements
IMimeEntityWriteTo(FormatOptions, Stream, Boolean, CancellationToken)IMimeEntityWriteTo(FormatOptions, Stream, Boolean, CancellationToken)Exceptions Remarks
Writes the multipart MIME entity and its subparts to the output stream.
See Also