ItemOperationsMoveResponce Class

Identifies the body of the response as containing the operation that moves a given conversation.
Inheritance Hierarchy
SystemObject
  Aspose.Email.Clients.ActiveSync.TransportLayerItemOperationsMoveResponce

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

The ItemOperationsMoveResponce type exposes the following members.

Constructors
  NameDescription
Public methodItemOperationsMoveResponce
Initializes a new instance of the ItemOperationsMoveResponce class
Properties
  NameDescription
Public propertyConversationId
Specifies the conversation that has to be moved.
Public propertyStatus
Contains a code and description that indicates the success or failure of the ItemOperations operation
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