MoveItemResponse

MoveItemResponse()

Initializes a new instance of the MoveItemResponse class.

public MoveItemResponse()

See Also


MoveItemResponse(Status, string, string)

Initializes a new instance of the MoveItemResponse class.

public MoveItemResponse(Status status, string srcMsgId, string dstMsgId)
Parameter Type Description
status Status Indicates the success or failure the MoveItems command request.
srcMsgId String Specifies the server ID of the item to be moved.
dstMsgId String Specifies the new server ID of the item after the item is moved to the destination folder.

See Also