Removes the specified category from this collection.

Namespace:  Rebex.Net
Assembly:  Rebex.Ews (in Rebex.Ews.dll)

Syntax

Visual Basic
Public Function Remove ( _
	category As String _
) As Boolean
C#
public bool Remove(
	string category
)

Parameters

category
Type: System..::..String
The category to remove from this collection.

Return Value

True if the category was successfully removed from this collection; otherwise false.

Implements

ICollection<(Of <(<'T>)>)>..::..Remove(T)

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also