EwsItemCollection.Contains Method
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 7.0.9083)
Contains(EwsItemInfo)
Determines whether the item is in the collection.
Declaration
public bool Contains(EwsItemInfo item)
Parameters
Type | Name | Description |
---|---|---|
EwsItemInfo | item | The item to locate in the collection. |
Returns
Type | Description |
---|---|
Boolean | True if the item is located in the collection; false otherwise. |