MoveItem
IActiveSyncTLClient.MoveItem method
The MoveItems command moves an item or items from one folder on the server to another.
public MoveItemResponse MoveItem(string srcMsgId, string srcFldId, string dstFldId)
Parameter | Type | Description |
---|---|---|
srcMsgId | String | Specifies the server ID of the item that was moved. The SrcMsgId element value can be up to 64 characters in length. |
srcFldId | String | Specifies the server ID of the source folder (that is, the folder that contains the items to be moved). The SrcFldId element value can be up to 64 characters in length |
dstFldId | String | Specifies the server ID of the destination folder (that is, the folder to which the items are moved). The DstFldId property value can be up to 64 characters in length. |
Return Value
Returns information that describe the moved item.
See Also
- class MoveItemResponse
- interface IActiveSyncTLClient
- namespace Aspose.Email.Clients.ActiveSync.TransportLayer
- assembly Aspose.Email