dispidTaskStartDate
Office 2007
| dispidTaskStartDate |
Specifies the date that a task is to begin.
Quick Info
| Exposed on: | Message objects representing tasks |
| Created by: | Outlook |
| Accessed by: | Outlook and solution providers |
| Property type: | PT_SYSTIME |
| Access type: | Read-only |
Remarks
To retrieve the value of this property, first use IMAPIProp::GetIDsFromNames to obtain the property tag, and then specify this property tag in IMAPIProp::GetProps to get the value. When calling IMAPIProp::GetIDsFromNames, specify the following values for the MAPINAMEID structure pointed at by the input parameter lppPropNames:
| lpGuid: | PSETID_Task |
| ulKind: | MNID_ID |
| Kind.lID: | dispidTaskStartDate |
This property corresponds to the StartDate property of the TaskItem object in the Microsoft Office Outlook object model.