Object Event Flags (Compact 7)
3/12/2014
These flags indicate the types of notification events that a client process registers to receive. They can be combined with bitwise OR to form a bitmask, and are used in the ulEventMask parameter of the IMAPISession::Advise method.
Flag | Value | Description |
---|---|---|
fnevObjectCopied |
0x00000040 |
Registers for notifications about an object being copied. |
fnevObjectCreated |
0x00000004 |
Registers for notifications about the creation of a new object. |
fnevObjectDeleted |
0x00000008 |
Registers for notifications about an object being deleted. |
fnevObjectModified |
0x00000010 |
Registers for notifications about an object being modified. |
fnevObjectMoved |
0x00000020 |
Registers for notifications about an object being moved. |
See Also
Reference
MAPI Flags
IMailRuleClient::ProcessMessage
IMAPISession::Advise
IMsgStore::Advise
NOTIFICATION
OBJECT_NOTIFICATION