Skip to content

Latest commit

 

History

History
82 lines (53 loc) · 2.29 KB

File metadata and controls

82 lines (53 loc) · 2.29 KB
title manager ms.date ms.audience ms.topic ms.service ms.technology ms.localizationpriority api_name api_type ms.assetid description
Status
sethgros
09/17/2015
Developer
reference
office-online-server
ews
medium
Status
schema
80121e41-291b-4fc0-a55e-6f677d4b5fb5
The Status element represents the status of a task item.

Status

The Status element represents the status of a task item.

<Status/>

TaskStatusType

Attributes and elements

The following sections describe attributes, child elements, and parent elements.

Attributes

None.

Child elements

None.

Parent elements

Element Description
Task
Represents a task in the Exchange store.

Text value

A text value is required. The following are the possible text values for this element:

  • NotStarted

  • InProgress

  • Completed

  • WaitingOnOthers

  • Deferred

Remarks

Setting CompleteDate has the same effect as setting PercentComplete to 100 or Status 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 1/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

Name Value
Namespace
http://schemas.microsoft.com/exchange/services/2006/types
Schema Name
Types schema
Validation File
Types.xsd
Can be Empty
False

See also