Skip to content

Latest commit

 

History

History
91 lines (52 loc) · 2.47 KB

pidtagsensitivity-canonical-property.md

File metadata and controls

91 lines (52 loc) · 2.47 KB
title manager ms.date ms.audience ms.topic ms.service ms.localizationpriority api_name api_type ms.assetid description
PidTagSensitivity Canonical Property
lindalu
03/09/2015
Developer
reference
office-online-server
medium
MAPI.PidTagSensitivity
COM
5b678475-f2a8-4831-ad68-11654e09c821
Contains a value that indicates the message sender's opinion of the sensitivity of a message for Outlook 2013 or Outlook 2016.

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.

Related resources

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