PidLidSideEffects Canonical Property

Applies to: Outlook 2013 | Outlook 2016

Controls how a message object is handled by the client when acting on end-user input.

Property Value
Associated properties:
dispidSideEffects
Property set:
PSETID_Common
Long ID (LID):
0x00008510
Data type:
PT_LONG
Area:
Run-time configuration

Remarks

Must be set to a bitwise or zero or more of the following flags.

Name Value Description
seOpenToDelete
0x0001
Additional processing is required on the message object when deleting.
seNoFrame
0x0008
No UI is associated with the message object.
seCoerceToInbox
0x0010
Additional processing is required on the message object when moving or copying to a folder object with a PR_CONTAINER_CLASS (PidTagContainerClass) property of "IPF.Note".
seOpenTocopy
0x0020
Additional processing is required on the message object when copying to another folder.
seOpenToMove
0x0040
Additional processing is required on the message object when moving to another folder.
seOpenForCtxMenu
0x0100
Additional processing is required on the message object when displaying verbs to the end-user.
seCannotUndoDelete
0x0400
Cannot undo delete operation, must not be set unless "seOpenToDelete" is set.
seCannotUndoCopy
0x0800
Cannot undo copy operation, must not be set unless "seOpenTocopy" is set.
seCannotUndoMove
0x1000
Cannot undo move operation, must not be set unless "seOpenToMove" is set.
seHasScript
0x2000
The message object contains end-user script.
seOpenToPermDelete
0x4000
Additional processing is required to permanently delete the message object.

Protocol specifications

[MS-OXPROPS]

Provides property set definition and references to related Exchange Server protocol specifications.

[MS-OXCMSG]

Handles message and attachment objects.

[MS-OXOCAL]

Specifies the properties and operations for appointment, meeting request, and response messages.

Header files

Mapidefs.h

Provides data type definitions.

See also

MAPI Properties

MAPI Canonical Properties

Mapping Canonical Property Names to MAPI Names

Mapping MAPI Names to Canonical Property Names