Ews.ItemExistsAsync Method
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 7.0.9083)
ItemExistsAsync(EwsItemId, Object)
Begins asynchronous ItemExists operation. 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 optional user-provided object that identifies this particular asynchronous operation. |
Returns
Type | Description |
---|---|
Task<Boolean> | True if item exists; false otherwise. |