| ParserOptionsClone Method |
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public ParserOptions Clone()
Return Value
ParserOptionsAn 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