Share via


dispidRequest

dispidRequest

Represents the status of a meeting request.

Quick Info

Exposed on: Message objects used for scheduling
Created by: Outlook
Accessed by: Outlook and solution providers
Property type: PT_UNICODE
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_Common
ulKind: MNID_ID
Kind.lID: dispidRequest

In Microsoft Office Outlook, a meeting request is an appointment item. To set an appointment item as a meeting request by using the Outlook object model, you must set the MeetingStatus property to olMeeting.

See Also

Constants for Outlook Named Properties