dispidApptDuration
dispidApptDuration |
Represents the length of time, in minutes, that an appointment is set up for.
Quick Info
Exposed on: | Message objects used for scheduling |
Created by: | Outlook |
Accessed by: | Outlook and solution providers |
Property type: | PT_LONG |
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_Appointment |
ulKind: | MNID_ID |
Kind.lID: | dispidApptDuration |
This property corresponds to the Duration property of the AppointmentItem object in the Microsoft Office Outlook object model.