| ParserOptionsDefault Field |
The default parser options.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public static readonly ParserOptions Default
Field Value
ParserOptionsRemarks
If a
ParserOptions is not supplied to
MimeParser or other Parse and TryParse
methods throughout MimeKit,
Default will be used.
See Also