MoveItemData

MoveItemData class

Contains information about moving items

public class MoveItemData

Constructors

Name Description
MoveItemData() Initializes a new instance of the MoveItemData class.
MoveItemData(string, string, string) Initializes a new instance of the MoveItemData class.

Properties

Name Description
DstFldId { get; set; } 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.
SrcFldId { get; set; } 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.
SrcMsgId { get; set; } Specifies the server ID of the item that was moved. The SrcMsgId element value can be up to 64 characters in length.

See Also