Ews.MoveItem Method
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 7.0.9119)
MoveItem(EwsItemId, EwsFolderId)
Moves an item to specified exchange folder.
Declaration
public EwsItemId MoveItem(EwsItemId itemId, EwsFolderId folderId)
Parameters
| Type | Name | Description | 
|---|---|---|
| EwsItemId | itemId | Id of an item to move.  | 
    
| EwsFolderId | folderId | Id of a folder to which to move the item.  | 
    
Returns
| Type | Description | 
|---|---|
| EwsItemId | EwsMessageInfo of the moved item.  |