MoveItemData
Contents
[
Hide
]
MoveItemData()
Initializes a new instance of the MoveItemData class.
public MoveItemData()
See Also
- class MoveItemData
- namespace Aspose.Email.Clients.ActiveSync.TransportLayer
- assembly Aspose.Email
MoveItemData(string, string, string)
Initializes a new instance of the MoveItemData class.
public MoveItemData(string srcMsgId, string srcFldId, string dstFldId)
Parameter | Type | Description |
---|---|---|
srcMsgId | String | Specifies the server ID of the item that was moved. |
srcFldId | String | Specifies the server ID of the source folder (that is, the folder that contains the items to be moved). |
dstFldId | String | Specifies the server ID of the destination folder (that is, the folder to which the items are moved). |
See Also
- class MoveItemData
- namespace Aspose.Email.Clients.ActiveSync.TransportLayer
- assembly Aspose.Email