HtmlTagContext.DeleteTag Method
The DeleteTag method suppresses the output of the tag that caused the callback to the HtmlTagCallback delegate from the output of the conversion.
Namespace: Microsoft.Exchange.Data.TextConverters
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Sub DeleteTag
'Usage
Dim instance As HtmlTagContext
instance.DeleteTag()
public void DeleteTag()