EwsCategoryCollection.Remove Method
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 7.0.9083)
Remove(String)
Removes the specified category from this collection.
Declaration
public bool Remove(string category)
Parameters
Type | Name | Description |
---|---|---|
String | category | The category to remove from this collection. |
Returns
Type | Description |
---|---|
Boolean | True if the category was successfully removed from this collection; otherwise false. |