Ews.ItemExists Method
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 7.0.9313)
ItemExists(EwsItemId)
Detects whether an item with specified ID still exists.
Declaration
public bool ItemExists(EwsItemId itemId)
Parameters
| Type | Name | Description |
|---|---|---|
| EwsItemId | itemId | ID of an item. |
Returns
| Type | Description |
|---|---|
| Boolean | True if item exists; false otherwise. |