ItemOperationsMoveRequest Class

Contains request about moving a conversation to specific folder.
Inheritance Hierarchy
SystemObject
  Aspose.Email.Clients.ActiveSync.TransportLayerItemOperationsMoveRequest

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

The ItemOperationsMoveRequest type exposes the following members.

Constructors
  NameDescription
Public methodItemOperationsMoveRequest
Initializes a new instance of the ItemOperationsMoveRequest class
Properties
  NameDescription
Public propertyConversationId
Specifies the conversation to be moved.
Public propertyDstFldId
Specifies the server ID of the destination folder.
Public propertyOptions
Contains the options for the ItemOperations.Move 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