Share via


Object Event Flags

Send Feedback

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

MAPI Flags | IMailRuleClient::ProcessMessage | IMAPISession::Advise | IMsgStore::Advise | NOTIFICATION | OBJECT_NOTIFICATION

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.