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.
|
| HasFlag |
Determines whether one or more bit fields are set in the current instance.
|
| Requirements | |
|---|---|
| Windows Mobile | Windows Mobile Version 5.0 and later |