2.2.1.16 PidLidSideEffects Property
Type: PtypInteger32 ([MS-OXCDATA] section 2.11.1)
The PidLidSideEffects property ([MS-OXPROPS] section 2.299) controls how a Message object is handled by the client in relation to certain user interface actions by the user, such as deleting a message. This property is set to a bitwise OR of zero or more of the following flags.
Flag name |
Value |
Description |
---|---|---|
seOpenToDelete |
0x00000001 |
The client opens the Message object when deleting. |
seNoFrame |
0x00000008 |
No UI is associated with the Message object. |
seCoerceToInbox |
0x00000010 |
The client moves the Message object to the Inbox folder when moving or copying to a Folder object with the PidTagContainerClass property ([MS-OXOCAL] section 2.2.11.1) set to "IPF.Note". For more details about the PidTagContainerClass property, see [MS-OXOSFLD] section 2.2.8. |
seOpenToCopy |
0x00000020 |
The client opens the Message object when copying to another folder. |
seOpenToMove |
0x00000040 |
The client opens the Message object when moving to another folder. |
seOpenForCtxMenu |
0x00000100 |
The client opens the Message object when displaying context-sensitive commands, such as a context menu, to the end user. |
seCannotUndoDelete |
0x00000400 |
The client cannot undo a delete operation; this flag MUST NOT be set unless the seOpenToDelete flag is set. |
seCannotUndoCopy |
0x00000800 |
The client cannot undo a copy operation; this flag MUST NOT be set unless the seOpenToCopy flag is set. |
seCannotUndoMove |
0x00001000 |
The client cannot undo a move operation; this flag MUST NOT be set unless the seOpenToMove flag is set. |
seHasScript |
0x00002000 |
The Message object contains end-user script. |
seOpenToPermDelete |
0x00004000 |
The client opens the Message object to permanently delete it. |