Compartilhar via


RtfToHtml.HtmlTagCallback property

The HtmlTagCallback property gets or sets the HtmlTagCallback delegate to use for filtering enriched text input.

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 RtfToHtml
Dim value As HtmlTagCallback

value = instance.HtmlTagCallback

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

Property value

Type: Microsoft.Exchange.Data.TextConverters.HtmlTagCallback

Remarks

This property must be set before conversion begins if the FilterHtml property is set to true.

See also

Reference

RtfToHtml class

RtfToHtml members

Microsoft.Exchange.Data.TextConverters namespace