Click or drag to resize
MimeKit

FlowedToHtmlHtmlTagCallback Property

Get or set the HtmlTagCallback method to use for custom filtering of HTML tags and content.

Namespace: MimeKit.Text
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public HtmlTagCallback HtmlTagCallback { get; set; }

Property Value

HtmlTagCallback
The html tag callback.
Remarks
Get or set the HtmlTagCallback method to use for custom filtering of HTML tags and content.
See Also