Removes the specified item from the collection.
Namespace:
Rebex.Net
Assembly:
Rebex.Ews (in Rebex.Ews.dll)
Syntax
Visual Basic |
---|
Public Function Remove ( _ item As EwsItemInfo _ ) As Boolean |
C# |
---|
public bool Remove( EwsItemInfo item ) |
Parameters
- item
- Type: Rebex.Net..::..EwsItemInfo
The item to remove from the collection.