Click or drag to resize
MimeKit

FormatOptions Constructor

Initialize a new instance of the FormatOptions class.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public FormatOptions()
Remarks
Creates a new set of formatting options for use with methods such as WriteTo(Stream, CancellationToken).
See Also