PidTagRecipientReassignmentProhibited Canonical Property

Applies to: Outlook 2013 | Outlook 2016

Specifies whether adding additional recipients, when forwarding the message, is prohibited for the email message.

Property Value
Associated properties:
PR_RECIPIENT_REASSIGNMENT_PROHIBITED
Identifier:
0x002B
Data type:
PT_BOOLEAN
Area:
MAPI Envelope

Remarks

This property is set based on the email message's PR_SENSITIVITY (PidTagSensitivity) value. If PR_SENSITIVITY is set to "0x00000000" (normal) or "0x00000003" (confidential), this property must be set to "0x00" or absent meaning that adding additional or different recipients to the email message is allowed. If the email object's PR_SENSITIVITY is set to "0x00000001" (personal) or "0x00000002" (private), this property must be set "0x01" to prevent adding additional or different recipients of this email through forwarding.

Protocol specifications

[MS-OXPROPS]

Provides references to related Exchange Server protocol specifications.

[MS-OXOMSG]

Specifies the properties and operations that are permissible on email messages.

Header files

Mapidefs.h

Provides data type definitions.

Mapitags.h

Contains definitions of properties listed as associated properties.

See also

MAPI Properties

MAPI Canonical Properties

Mapping Canonical Property Names to MAPI Names

Mapping MAPI Names to Canonical Property Names