PidTagDelegateFlags Canonical Property
Applies to: Outlook 2013 | Outlook 2016
Specifies whether a delegate can view the delegator's private message objects.
Property | Value |
---|---|
Associated properties: |
PR_DELEGATE_FLAGS |
Identifier: |
0x686B |
Data type: |
PT_MV_LONG |
Area: |
Message class-defined transmittable |
Remarks
Each entry of this property must be set to one of the following values.
Flag | Value | Description |
---|---|---|
HidePrivate |
0 |
The delegate should not be allowed to view private message objects. |
ShowPrivate |
1 |
The delegate should be allowed to view private message objects. |
This property must be set in the delegate information object. The value of "ShowPrivate" indicates that the delegator wants to make private message objects visible. This preference is applicable to all folders for which the delegate has a role of reviewer, author, or editor.
Related resources
Protocol specifications
Specifies methods for connecting to and configuring mailboxes as delegates, and interactions with message and calendar objects when they act on behalf of another user.
Header files
Mapidefs.h
Provides data type definitions.
Mapitags.h
Contains definitions of properties listed as alternate names.