PidTagRecipientFlags Canonical Property
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
Specifies a bit field that describes the recipient status.
Associated properties: |
PR_RECIPIENT_FLAGS |
Identifier: |
0x5FFD |
Data type: |
PT_LONG |
Area: |
Transport recipient |
Remarks
This property is not required. The following are the individual flags that can be set.
Value |
Description |
---|---|
S (recipSendable, 0x00000001) |
The recipient is a Sendable Attendee. This flag is only used in the dispidApptUnsendableRecips (PidLidAppointmentUnsendableRecipients) property. |
O (recipOrganizer, 0x0000002) |
The RecipientRow on which this flag is set represents the meeting Organizer. |
ER (recipExceptionalResponse, 0x00000010) |
Indicates that the attendee gave a response for the exception on which this RecipientRow resides. This flag is only used in a RecipientRow of an exception embedded message object of the organizer’s meeting object. |
ED (recipExceptionalDeleted, 0x00000020) |
Indicates that although the RecipientRow exists, it should be treated as if the corresponding recipient does not. This flag is only used in a RecipientRow of an exception embedded message object of the organizer’s meeting object. |
X (reserved, 0x00000040) |
Must not be set. |
X (reserved, 0x00000080) |
Must not be set. |
G (recipOriginal, 0x00000100) |
Indicates the recipient is an original attendee. This flag is only used in the dispidApptUnsendableRecips property. |
X (reserved, 0x00000200) |
Reserved. |
Related Resources
Protocol Specifications
[MS-OXPROPS]
Provides references to related Exchange Server protocol specifications.[MS-OXOCAL]
Specifies the properties and operations for appointment, meeting request, and response messages.
Header Files
Mapidefs.h
Provides data type definitions.Mapitags.h
Contains definitions of properties listed as alternate names.