Object Event Flags

4/8/2010

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

IMailRuleClient::ProcessMessage
IMAPISession::Advise
IMsgStore::Advise
NOTIFICATION
OBJECT_NOTIFICATION

Other Resources

MAPI Flags