MailBee.NET Objects 4.0

TagAttributeCollection.Remove Method 

Removes the specified TagAttribute object from the collection.

public bool Remove(
   TagAttribute attr
);

Parameters

attr
The TagAttribute to be removed from the collection.

Return Value

true if the specified TagAttribute was found and removed; otherwise, false.

Exceptions

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

See Also

TagAttributeCollection Class | MailBee.Html Namespace | RemoveAt | RemoveByName