Click or drag to resize
MimeKit

ParserOptionsDefault Field

The default parser options.

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

Field Value

ParserOptions
Remarks
If a ParserOptions is not supplied to MimeParser or other Parse and TryParse methods throughout MimeKit, Default will be used.
See Also