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