Flag

The Flag element specifies a flag on a mailbox item.

<Flag>
    <FlagStatus/>
    <StartDate/>
    <DueDate/>
    <CompleteDate/>
</Flag>

FlagType

Attributes and elements

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

Attributes

None.

Child elements

Element Description
FlagStatus
Contains the aggregated flag status for items in the current folder.
StartDate
Represents the start date of an item.
DueDate
Represents the date when an item is due.
CompleteDate
Represents the date on which an item was completed.

Parent elements

Element Description
ConversationAction
Contains a single action to be applied to a single conversation.
Item
Represents a generic item in the Exchange store.

Remarks

This element was introduced in Exchange Server 2013.

The schema that describes this element is located in the IIS virtual directory that hosts Exchange Web Services.

Element information

Element Example
Namespace
https://schemas.microsoft.com/exchange/services/2006/types
Schema Name
Type schema
Validation File
types.xsd
Can Be Empty

See also