Skip to content

Latest commit

 

History

History
79 lines (48 loc) · 2.23 KB

pidtagtodoitemflags-canonical-property.md

File metadata and controls

79 lines (48 loc) · 2.23 KB
title manager ms.date ms.audience ms.topic ms.service ms.localizationpriority api_name api_type ms.assetid description
PidTagToDoItemFlags Canonical Property
lindalu
03/09/2015
Developer
reference
office-online-server
medium
MAPI.PidTagToDoItemFlags
COM
bb7ccb45-ce08-4d22-9259-db15cd267e34
Represents a To-Do item's flagged condition for Outlook 2013 or Outlook 2016.

PidTagToDoItemFlags Canonical Property

Applies to: Outlook 2013 | Outlook 2016

Represents a To-Do item's flagged condition.

Property Value
Associated properties:
PR_TODO_ITEM_FLAGS
Identifier:
0x0E2B
Data type:
PT_LONG
Area:
MAPI non-transmittable

Remarks

This property is a bit field in which each bit should be set to 1 if the associated condition in the following table applies, otherwise 0.

Numeric value
Name
Description
Not present
N/A
Unflagged
1
todoTimeFlagged
Object is time flagged
8
todoRecipientFlagged
Should only be set on a draft message object, and it means that the object is flagged for recipients.

All bits that are not specified in the table are reserved. They must be ignored, but should be preserved if they are set.

Related resources

Protocol specifications

[MS-OXPROPS]

Provides references to related Exchange Server protocol specifications.

[MS-OXOFLAG]

Specifies the properties and operations related to flagging.

Header files

Mapidefs.h

Provides data type definitions.

Mapitags.h

Contains definitions of properties listed as alternate names.

See also

MAPI Properties

MAPI Canonical Properties

Mapping Canonical Property Names to MAPI Names

Mapping MAPI Names to Canonical Property Names