GetItemEstimate Enumeration |
GetItemEstimate namespace of the ActiveSync protocol
Namespace:
Aspose.Email.Clients.ActiveSync.TransportLayer
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic enum GetItemEstimate
Public Enumeration GetItemEstimate
public enum class GetItemEstimate
Members
| Member name | Value | Description |
---|
| GetItemEstimate | 5 |
The GetItemEstimate element is a required element in GetItemEstimate command requests and GetItemEstimate command responses that identifies the body of the HTTP POST as containing a GetItemEstimate command (section 2.2.2.7).
|
| Version | 6 |
The Version tag is supported only when the MS-ASProtocolVersion header is set to 12.1.
|
| Collections | 7 |
Serves as a container for one to 300 Collection elements.
|
| Collection | 8 |
Contains elements that apply to a particular collection.
|
| Class | 9 |
Assigns the filters within the airsync:Options container to a given class.
|
| CollectionId | 10 |
Specifies the server ID of the collection from which the item estimate is being obtained.
|
| DateTime | 11 |
The DateTime tag is supported only when the MS-ASProtocolVersion header is set to 12.1.
|
| Estimate | 12 |
Specifies the estimated number of items in the collection or folder that have to be synchronized.
|
| Response | 13 |
Contains elements that describe estimated changes.
|
| Status | 14 |
Indicates the reason for the failure of a command request.
|
See Also