PercentComplete
Last modified: March 16, 2009
Applies to: Exchange Server 2007 | Exchange Server 2010
The PercentComplete element describes the completion status of a task.
<PercentComplete/>
double
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
None.
Child Elements
None.
Parent Elements
Element |
Description |
---|---|
Represents a task in the Exchange store. |
Text Value
A text value that represents an integer between 0 and 100 is required.
Remarks
Setting PercentComplete to 100 has the same effect as setting the CompleteDate element or setting the Status element to Completed. In a request that sets at least two of these properties, the last processed property will determine the value that is set for these elements. For example, if PercentComplete is 100, CompleteDate is January 1, 2007, and Status is NotStarted, and the properties are streamed in this order, the effect will be to set the Status of the task to NotStarted, the CompleteDate to null, and the PercentComplete to 0.
The schema that describes this element is located in the EWS virtual directory of the computer that is running Microsoft Exchange Server 2007 that has the Client Access server role installed.
Element Information
Namespace |
https://schemas.microsoft.com/exchange/services/2006/types |
Schema Name |
Types schema |
Validation File |
Types.xsd |
Can be Empty |
False |
See Also