Important: |
---|
This is retired content. 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 content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
4/8/2010
IMAPISession::Advise
IMsgStore::Advise
NOTIFICATION
OBJECT_NOTIFICATION
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 ulEventMaskparameter of the IMAPISession::Advisemethod.
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
IMailRuleClient::ProcessMessageIMAPISession::Advise
IMsgStore::Advise
NOTIFICATION
OBJECT_NOTIFICATION