This method deletes a tag with the given name.
Syntax
HRESULT RemoveTag([in] BSTR bstrTagName);
Sub RemoveTag(ByVal bstrTagName As String)
Parameters
bstrTagName
The name of the tag to be removed.