ItOpMoveOptions Class

Contains the options for the ItemOperations.Move operation.
Inheritance Hierarchy
SystemObject
  Aspose.Email.Clients.ActiveSync.TransportLayerItOpMoveOptions

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

The ItOpMoveOptions type exposes the following members.

Constructors
  NameDescription
Public methodItOpMoveOptions
Initializes a new instance of the ItOpMoveOptions class
Properties
  NameDescription
Public propertyMoveAlways
Indicates whether to always move the specified conversation, including all future emails in the conversation, to the folder specified by the DstFldId. The MoveAlways MUST be set in an ItemOperations request when performing a move operation on a conversation. A Status element value of 155 is returned if the MoveAlways element is not set in the ItemOperations request for a 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