AttributesRemove Method (IMAttributes)
name of attribute
Removes the attribute.
Syntax
Sub AttributesRemove( _
   ByVal _bsName As String _
) 
void AttributesRemove( 
   string _bsName
)
procedure AttributesRemove( 
    _bsName: String
); 
void AttributesRemove( 
   BSTR* _bsName
) 

Parameters

_bsName
name of attribute
Example
myAttributes.AttributesRemove("alpha")
myAttributes.AttributesRemove("alpha");
myAttributes.AttributesRemove("alpha");
See Also

Reference

IMAttributes Interface
IMAttributes Members