MoveItemResponse

MoveItemResponse class

Contains information that describe the moved items.

public class MoveItemResponse

Constructors

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

Properties

Name Description
DstMsgId { get; set; } Specifies the new server ID of the item after the item is moved to the destination folder. The DstMsgId element value can be up to 64 characters in length.
SrcMsgId { get; set; } Specifies the server ID of the item to be moved. The SrcMsgId element value can be up to 64 characters in length.
Status { get; set; } Indicates the success or failure the MoveItems command request.

See Also