MailBee.NET Objects 4.0

TagAttributeCollection.RemoveByName Method 

Removes all attributes having the specified name from the collection.

public void RemoveByName(
   string attrName
);

Parameters

attrName
The name of the attribute (case-insensitive) to be removed from the collection.

Exceptions

Exception Type Condition
MailBeeInvalidArgumentException attrName is a null reference (Nothing in Visual Basic).

See Also

TagAttributeCollection Class | MailBee.Html Namespace | Remove | RemoveAt