HtmlToHtml.HtmlTagCallback Property

The HtmlTagCallback property gets or sets the HtmlTagCallback delegate that is called when specific tags are encountered.

Namespace:  Microsoft.Exchange.Data.TextConverters
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public Property HtmlTagCallback As HtmlTagCallback
    Get
    Set
'Usage
Dim instance As HtmlToHtml
Dim value As HtmlTagCallback

value = instance.HtmlTagCallback

instance.HtmlTagCallback = value
public HtmlTagCallback HtmlTagCallback { get; set; }

Remarks

The HtmlTagCallback property must be set before conversion begins.