Ews.MoveItemAsync Method
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 8.0.9673)
MoveItemAsync(EwsItemId, EwsFolderId, Object)
Moves an item to specified exchange folder.
Declaration
public Task<EwsItemId> MoveItemAsync(EwsItemId itemId, EwsFolderId folderId, object state = null)
Parameters
| Type | Name | Description |
|---|---|---|
| EwsItemId | itemId | Id of an item to move. |
| EwsFolderId | folderId | Id of a folder to which to move the item. |
| Object | state | An object containing state information for this request. |
Returns
| Type | Description |
|---|---|
| Task<EwsItemId> | EwsMessageInfo of the moved item. |