ItemEstimateRequest Class

Contains ItemEstimate request parameters
Inheritance Hierarchy
SystemObject
  Aspose.Email.Clients.ActiveSync.TransportLayerItemEstimateRequest

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

The ItemEstimateRequest type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCollectionId
Specifies the server ID of the collection from which the item estimate is being obtained.
Public propertyConversationMode
Specifies whether to include items that are included within the conversation modality within the results of the GetItemEstimate command response.
Public propertyFilterType
Specifies an optional time window for the objects
Public propertyOptions
Contains array of elements that filter the results of the GetItemEstimate operation.
Public propertySyncKey
Represents the current state of a collection.
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