Click or drag to resize
MimeKit

ParserOptions Properties

The ParserOptions type exposes the following members.

Properties
 NameDescription
Public propertyAddressParserComplianceMode Get or set the compliance mode that should be used when parsing rfc822 addresses.
Public propertyAllowAddressesWithoutDomain Get or set whether the rfc822 address parser should allow addresses without a domain.
Public propertyAllowUnquotedCommasInAddresses Get or set whether the rfc822 address parser should ignore unquoted commas in address names.
Public propertyCharsetEncoding Get or set the charset encoding to use as a fallback for 8bit headers.
Public propertyMaxAddressGroupDepth Get or set the maximum address group depth the parser should accept.
Public propertyMaxMimeDepth Get or set the maximum MIME nesting depth the parser should accept.
Public propertyParameterComplianceMode Get or set the compliance mode that should be used when parsing Content-Type and Content-Disposition parameters.
Public propertyRespectContentLength Get or set a value indicating whether the Content-Length value should be respected when parsing mbox streams.
Public propertyRfc2047ComplianceMode Get or set the compliance mode that should be used when decoding rfc2047 encoded words.
Top
See Also