Click or drag to resize

Move Enumeration

Move namespace of the ActiveSync protocol

Namespace:  Aspose.Email.Clients.ActiveSync.TransportLayer
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public enum Move
Members
  Member nameValueDescription
MoveItems5 The MoveItems element is a required element in MoveItems command requests and responses that identifies the body of the HTTP POST as containing a MoveItems command (section 2.2.2.10).
Move6 Contains elements that describe details of the items to be moved.
SrcMsgId7 Specifies the server ID of the item to be moved.
SrcFldId8 Specifies the server ID of the source folder (that is, the folder that contains the items to be moved).
DstFldId9 Specifies the server ID of the destination folder (that is, the folder to which the items are moved).
Response10 Serves as a container for elements that describe the moved items.
Status11 Indicates the result of an operation.
DstMsgId12 Specifies the new server ID of the item after the item is moved to the destination folder.
See Also