| MessageParserConfig Methods |
The MessageParserConfig type exposes the following members.
| Name | Description | |
|---|---|---|
| Apply |
Applies the current parsing options and re-parses the message.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetMessageFolder |
Returns the full path to the folder where the message files were saved by
GetHtmlAndSaveRelatedFiles or SaveHtmlAndRelatedFiles(String) method calls
or by enabled message autosave mechanism.
| |
| GetMessageIDHash |
Returns SHA1 hash of the specified value, or SHA1 hash of the MessageID if no value specified.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Reset |
Resets the parsing settings to the default values.
| |
| SetHtmlOutputMode |
Configures the parser to prepare the message for displaying in HTML container (such as browser).
| |
| SetPlainOutputMode |
Configures the parser to prepare the message for displaying in plain-text container (such as a TextBox control in WinForms application or the console).
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |