MoveItems
Contents
[
Hide
]
MoveItems(IEnumerable<MoveItemData>)
The MoveItems command moves an item or items from one folder on the server to another.
public MoveItemResponse[] MoveItems(IEnumerable<MoveItemData> request)
Parameter | Type | Description |
---|---|---|
request | IEnumerable`1 | Enumeration of the items that has to be moved |
Return Value
Returns array of objects that describe the moved item.
See Also
- class MoveItemResponse
- class MoveItemData
- interface IActiveSyncTLClient
- namespace Aspose.Email.Clients.ActiveSync.TransportLayer
- assembly Aspose.Email
MoveItems(params MoveItemData[])
The MoveItems command moves an item or items from one folder on the server to another.
public MoveItemResponse[] MoveItems(params MoveItemData[] request)
Parameter | Type | Description |
---|---|---|
request | MoveItemData[] | Array of the items that has to be moved |
Return Value
Returns array of objects that describe the moved item.
See Also
- class MoveItemResponse
- class MoveItemData
- interface IActiveSyncTLClient
- namespace Aspose.Email.Clients.ActiveSync.TransportLayer
- assembly Aspose.Email