Determines whether the item is in the collection.
Namespace:
Rebex.Net
Assembly:
Rebex.Ews (in Rebex.Ews.dll)
Syntax
Visual Basic |
---|
Public Function Contains ( _ item As EwsItemInfo _ ) As Boolean |
C# |
---|
public bool Contains( EwsItemInfo item ) |
Parameters
- item
- Type: Rebex.Net..::..EwsItemInfo
The item to locate in the collection.