ItemOperationsRequest Class

Contains ItemOperations request.
Inheritance Hierarchy
SystemObject
  Aspose.Email.Clients.ActiveSync.TransportLayerItemOperationsRequest

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

The ItemOperationsRequest type exposes the following members.

Constructors
  NameDescription
Public methodItemOperationsRequest
Initializes a new instance of the ItemOperationsRequest class
Properties
  NameDescription
Public propertyEmptyFolderContents
Contains requests about deleting the contents of a folder. EmptyFolderContents supports a single child element of the Options element, the DeleteSubFolders, which determines whether subfolders contained in the folder are deleted. If the DeleteSubFolders option is not included in the request, the subfolders of the specified CollectionId are not deleted.
Public propertyFetch
Contains requests about retrieving an items from the server.
Public propertyMove
Contains requests about moving a conversations to specific folders.
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