ItemEstimateOptions
ItemEstimateOptions()
Initializes a new instance of the ItemEstimateOptions class.
public ItemEstimateOptions()
See Also
- class ItemEstimateOptions
- namespace Aspose.Email.Clients.ActiveSync.TransportLayer
- assembly Aspose.Email
ItemEstimateOptions(AirsyncClass?, AirsyncFilterType?, int?)
Initializes a new instance of the ItemEstimateOptions class.
public ItemEstimateOptions(AirsyncClass? airClass, AirsyncFilterType? filterType, int? maxItems)
Parameter | Type | Description |
---|---|---|
airClass | Nullable`1 | Identifies the class of the item. |
filterType | Nullable`1 | Specifies an optional time window for the objects |
maxItems | Nullable`1 | Specifies the maximum number of items to include in the response. |
See Also
- enum AirsyncClass
- enum AirsyncFilterType
- class ItemEstimateOptions
- namespace Aspose.Email.Clients.ActiveSync.TransportLayer
- assembly Aspose.Email