LazyMAPI

MAPI Named Properties

Canonical name: PidLidTaskStatus
Description: Specifies the status of the user's progress on the task.
Property Set: PSETID_Task
Property ID (Name): $8101
Data Type: PT_LONG
Area: Task

Remarks: The value of this property must be set to one of the following.

Value / Description
0x00000000 / The user has not started work on the task. If this value is set, dispidPercentComplete (PidLidPercentComplete) must be 0.0.
0x00000001 / The user’s work on this task is in progress. If this value is set, dispidPercentComplete must be greater than 0.0 and less than 1.0.
0x00000002 / The user’s work on this task is complete. If this value is set, dispidPercentComplete must be 1.0, dispidTaskDateCompleted (PidLidTaskDateCompleted) must be the current date, and dispidTaskComplete (PidLidTaskComplete) must be TRUE.
0x00000003 / The user is waiting on somebody else.
0x00000004 / The user has deferred work on the task.