Specifies flags for receiving notifications.
| C# | Visual Basic |
public enum PimFolderNotification
Public Enumeration PimFolderNotification
| Member | Description |
|---|---|
| None |
Receive no notifications.
|
| Remote |
Receive notification for changes from other processes.
|
| Local |
Receive notification for changes from this process.
|
| All |
Receive notification for changes from this and other processes.
|