ItemOperationsResponse Class

Contains ItemOperations response.
Inheritance Hierarchy
SystemObject
  Aspose.Email.Clients.ActiveSync.TransportLayerItemOperationsResponse

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

The ItemOperationsResponse type exposes the following members.

Constructors
  NameDescription
Public methodItemOperationsResponse
Initializes a new instance of the ItemOperationsResponse class
Properties
  NameDescription
Public propertyEmptyFolderContents
Identifies the body of the response as containing the operation that deletes the contents of a folder.
Public propertyFetch
Contains responce about retrieving an items from the server.
Public propertyMove
Identifies the body of the response as containing the operation that moves a given conversation. The Move element is not supported when the protocol version is 12.1.
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