MessageParserConfig Methods

The MessageParserConfig type exposes the following members.

Methods
  NameDescription
Public methodCode exampleApply
Applies the current parsing options and re-parses the message.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodCode exampleGetMessageFolder
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.
Public methodGetMessageIDHash
Returns SHA1 hash of the specified value, or SHA1 hash of the MessageID if no value specified.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodReset
Resets the parsing settings to the default values.
Public methodSetHtmlOutputMode
Configures the parser to prepare the message for displaying in HTML container (such as browser).
Public methodCode exampleSetPlainOutputMode
Configures the parser to prepare the message for displaying in plain-text container (such as a TextBox control in WinForms application or the console).
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also