PidLidSideEffects Canonical Property

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

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

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

Concepts

MAPI Properties

MAPI Canonical Properties

Mapping Canonical Property Names to MAPI Names

Mapping MAPI Names to Canonical Property Names