Parser |
public class ParserOptions
The ParserOptions type exposes the following members.
Name | Description | |
---|---|---|
ParserOptions | Initialize a new instance of the ParserOptions class. |
Name | Description | |
---|---|---|
AddressParserComplianceMode | Get or set the compliance mode that should be used when parsing rfc822 addresses. | |
AllowAddressesWithoutDomain | Get or set whether the rfc822 address parser should allow addresses without a domain. | |
AllowUnquotedCommasInAddresses | Get or set whether the rfc822 address parser should ignore unquoted commas in address names. | |
CharsetEncoding | Get or set the charset encoding to use as a fallback for 8bit headers. | |
MaxAddressGroupDepth | Get or set the maximum address group depth the parser should accept. | |
MaxMimeDepth | Get or set the maximum MIME nesting depth the parser should accept. | |
ParameterComplianceMode | Get or set the compliance mode that should be used when parsing Content-Type and Content-Disposition parameters. | |
RespectContentLength | Get or set a value indicating whether the Content-Length value should be respected when parsing mbox streams. | |
Rfc2047ComplianceMode | Get or set the compliance mode that should be used when decoding rfc2047 encoded words. |
Name | Description | |
---|---|---|
Clone | Clone an instance of ParserOptions. | |
Equals | (Inherited from Object) | |
Finalize | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) | |
RegisterMimeType | Register a MimeEntity subclass for the specified mime-type. | |
ToString | (Inherited from Object) |