PidTagSensitivity Canonical Property

Applies to: Outlook 2013 | Outlook 2016

Contains a value that indicates the message sender's opinion of the sensitivity of a message.

Property Value
Associated properties:
PR_SENSITIVITY
Identifier:
0x0036
Data type:
PT_LONG
Area:
General messaging

Remarks

It is recommended that message objects expose this property.

The remarks for SPropertyRestriction specify that MAPI programs ought to use an additional SExistRestriction to avoid undefined results. Outlook (up to at least 16.0.15028.20204 (v2203)) fails to follow this very guideline when it retrieves a folder's content table. As a result, Outlook exhibits undefined results when a message object lacks the PR_SENSITIVITY property.

This property can have exactly one of the following values:

SENSITIVITY_NONE

The message has no special sensitivity.

SENSITIVITY_PERSONAL

The message is personal.

SENSITIVITY_PRIVATE

The message is private.

SENSITIVITY_COMPANY_CONFIDENTIAL

The message is designated company confidential.

Protocol specifications

[MS-OXPROPS]

Provides references to related Exchange Server protocol specifications.

[MS-OXCMSG]

Handles message and attachment objects.

Header files

Mapidefs.h

Provides data type definitions.

Mapitags.h

Contains definitions of properties listed as alternate names.

See also

MAPI Properties

MAPI Canonical Properties

Mapping Canonical Property Names to MAPI Names

Mapping MAPI Names to Canonical Property Names