Share via


Notification Flags

4/8/2010

These change notification flags identify the type of change (either local, remote, or both) made to a data store. They are used as the value of the PIMPR_FOLDERNOTIFICATIONS property. For more information, see Shared Property ID's.

Flag Value Description

PIMFOLDERNOTIFICATION_REMOTE

0x01

Notification for changes from other processes.

PIMFOLDERNOTIFICATION_LOCAL

0x02

Notification for changes from this process.

PIMFOLDERNOTIFICATION_ALL

0x03

Notification for changes from all processes. (PIMFOLDERNOTIFICATION_REMOTE | PIMFOLDERNOTIFICATION_LOCAL)

Requirements

Header pimstore.h
Library Pimstore.lib
Windows Mobile Pocket PC for Windows Mobile Version 5.0 and later, Smartphone for Windows Mobile Version 5.0 and later

See Also

Reference

Pocket Outlook Object Model Flags