PidTagRecipientReassignmentProhibited Canonical Property
Applies to: Office 2010 | Outlook 2010 | Visual Studio
Specifies whether adding additional recipients, when forwarding the message, is prohibited for the e-mail message.
Associated properties: |
PR_RECIPIENT_REASSIGNMENT_PROHIBITED |
Identifier: |
0x002B |
Data type: |
PT_BOOLEAN |
Area: |
MAPI Envelope |
Remarks
This property is set based on the e-mail 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 e-mail message is allowed. If the e-mail 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 e-mail through forwarding.
Related Resources
Protocol Specifications
[MS-OXPROPS]
Provides references to related Exchange Server protocol specifications.[MS-OXOMSG]
Specifies the properties and operations that are permissible on e-mail messages.
Header Files
Mapidefs.h
Provides data type definitions.Mapitags.h
Contains definitions of properties listed as associated properties.