ItemOperationsEmptFldrCntntsResponce Class

Identifies the body of the response as containing the operation that deletes the contents of a folder.
Inheritance Hierarchy
SystemObject
  Aspose.Email.Clients.ActiveSync.TransportLayerItemOperationsEmptFldrCntntsResponce

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

The ItemOperationsEmptFldrCntntsResponce type exposes the following members.

Constructors
  NameDescription
Public methodItemOperationsEmptFldrCntntsResponce
Initializes a new instance of the ItemOperationsEmptFldrCntntsResponce class
Properties
  NameDescription
Public propertyCollectionId
Specifies the folder that has to be emptied. Contains ServerId of a folder.
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