Ews.GetItemInfoAsync Method
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 8.0.9673)
GetItemInfoAsync(EwsItemId, Object)
Gets the information about an item with default set of properties retrieved.
Declaration
public Task<EwsItemInfo> GetItemInfoAsync(EwsItemId itemId, object state = null)
Parameters
| Type | Name | Description |
|---|---|---|
| EwsItemId | itemId | ID of an item to get info about. |
| Object | state | An object containing state information for this request. |
Returns
| Type | Description |
|---|---|
| Task<EwsItemInfo> | EwsItemInfo object containing default set of information about the item. |
GetItemInfoAsync(EwsItemId, EwsItemFields, Object)
Gets the information about an item with specified set of properties retrieved.
Declaration
public Task<EwsItemInfo> GetItemInfoAsync(EwsItemId itemId, EwsItemFields fields, object state = null)
Parameters
| Type | Name | Description |
|---|---|---|
| EwsItemId | itemId | ID of an item to get info about. |
| EwsItemFields | fields | Set of item properties to be retrieved. |
| Object | state | An object containing state information for this request. |
Returns
| Type | Description |
|---|---|
| Task<EwsItemInfo> | EwsItemInfo object containing specified set of information about the item. |