MoveItemResponse Class

Contains information that describe the moved items.
Inheritance Hierarchy
SystemObject
  Aspose.Email.Clients.ActiveSync.TransportLayerMoveItemResponse

Namespace:  Aspose.Email.Clients.ActiveSync.TransportLayer
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public class MoveItemResponse

The MoveItemResponse type exposes the following members.

Constructors
  NameDescription
Public methodMoveItemResponse
Initializes a new instance of the MoveItemResponse class.
Public methodMoveItemResponse(Status, String, String)
Initializes a new instance of the MoveItemResponse class.
Properties
  NameDescription
Public propertyDstMsgId
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.
Public propertySrcMsgId
Specifies the server ID of the item to be moved. The SrcMsgId element value can be up to 64 characters in length.
Public propertyStatus
Indicates the success or failure the MoveItems command request.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also