Click or drag to resize
MimeKit

ParserOptionsClone Method

Clone an instance of ParserOptions.

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

Return Value

ParserOptions
An identical copy of the current instance.
Remarks
Clones a set of options, allowing you to change a specific option without requiring you to change the original.
See Also