MoveItems
Contents
[
Hide
]
IActiveSyncTLClient.MoveItems method (1 of 2)
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
IActiveSyncTLClient.MoveItems method (2 of 2)
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