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
public HtmlTagCallback HtmlTagCallback { get; set; }
public:
property HtmlTagCallback^ HtmlTagCallback {
HtmlTagCallback^ get ();
void set (HtmlTagCallback^ value);
}
/** @property */
public HtmlTagCallback get_HtmlTagCallback ()
/** @property */
public void set_HtmlTagCallback (HtmlTagCallback value)
public function get HtmlTagCallback () : HtmlTagCallback
public function set HtmlTagCallback (value : HtmlTagCallback)
Remarks
The HtmlTagCallback property must be set before conversion begins.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows Server 2003
See Also