MailBee.NET Objects 4.0

MessageParserConfig Members

MessageParserConfig overview

Public Instance Properties

AHRefCleanup Gets or sets the options of processing <A HREF> tags in the HTML body.
AHRefSuffix Gets or sets a string which should be added to all <A HREF> tags as their attribute.
AutoSaveHtmlMode Gets or sets if (and how) the HTML body of the message should be saved to disk.
CharsetConverter Gets the object which controls charset conversions of string values of MailMessage properties when these values are returned to the application.
CharsetMetaTagMode Gets or sets if (and how) <META> tags should be processed.
DatesAsUtc Indicates whether MailBee should return datetime values adjusted to UTC (GMT) timezone.
EncodingDefault Gets or sets Encoding to use when the charset is not specified in the e-mail message.
EncodingOverride Gets or sets Encoding to use for decoding the message headers and text body parts from bytes to strings.
HeadersAsHtml Gets or sets whether the message headers should be returned as HTML.
HtmlToPlainMode Gets or sets the mode which specifies if the HTML body should be automatically converted into the plain text.
HtmlToPlainOptions Gets or sets the options which affect how the HTML body of the message gets converted into plain text.
HtmlToSimpleHtmlMode Gets or sets the mode which specifies when the HTML part of the message should be converted into simple HTML (plain text converted into HTML).
HtmlToSimpleHtmlOptions Gets or sets the options which affect how the HTML part of the message gets converted into simple HTML.
ParseHeaderOnly Gets or sets if only the headers of the message should be parsed.
PlainToHtmlMode Gets or sets if the plain-text body of the message should be automatically converted into HTML.
PlainToHtmlOptions Gets or sets options which affect how the plain-text message body gets converted into HTML.
PlainToHtmlQuotationTag Gets or sets the string containing the tag to be used for highlighting quotations in the message.
WorkingFolder Gets or sets the path to the temporary folder where the files related to the message should be stored.

Public Instance Methods

Apply Applies the current parsing options and re-parses the message.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetMessageFolder Returns the full path to the folder where the message files were saved by GetHtmlAndSaveRelatedFiles or SaveHtmlAndRelatedFiles method calls or by enabled message autosave mechanism.
GetType (inherited from Object) Gets the Type of the current instance.
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 (inherited from Object) Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

MessageParserConfig Class | MailBee.Mime Namespace | Parser | Builder