Click or drag to resize
MimeKit

FormatOptionsClone Method

Clone an instance of FormatOptions.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public FormatOptions Clone()

Return Value

FormatOptions
An exact copy of the FormatOptions.
Remarks
Clones the formatting options.
See Also