Ews.ItemExistsAsync Method
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 8.0.9673)
ItemExistsAsync(EwsItemId, Object)
Detects whether an item with specified ID still exists.
Declaration
public Task<bool> ItemExistsAsync(EwsItemId itemId, object state = null)
Parameters
| Type | Name | Description |
|---|---|---|
| EwsItemId | itemId | ID of an item. |
| Object | state | An object containing state information for this request. |
Returns
| Type | Description |
|---|---|
| Task<Boolean> | True if item exists; false otherwise. |