ItemEstimateRequest Constructor (String, String, NullableAirsyncFilterType) |
Initializes a new instance of the ItemEstimateRequest class.
Namespace:
Aspose.Email.Clients.ActiveSync.TransportLayer
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic ItemEstimateRequest(
string syncKey,
string collectionId,
AirsyncFilterType? filterType
)
Public Sub New (
syncKey As String,
collectionId As String,
filterType As AirsyncFilterType?
)
public:
ItemEstimateRequest(
String^ syncKey,
String^ collectionId,
Nullable<AirsyncFilterType> filterType
)
new :
syncKey : string *
collectionId : string *
filterType : Nullable<AirsyncFilterType> -> ItemEstimateRequest
Parameters
- syncKey
- Type: SystemString
Represents the current state of a collection. - collectionId
- Type: SystemString
Specifies the server ID of the collection from which the item estimate is being obtained. - filterType
- Type: SystemNullableAirsyncFilterType
Specifies an optional time window for the objects
See Also