OlReminderOptions
The OlReminderOptions enumeration identifies the kind of reminder used for Appointment and Task items.
Syntax
enum OlReminderOptions {
olLED = 1,
olVibrate = 2,
olDialog = 4,
olSound = 8,
olRepeat = 16,
};
Elements
- olLED
The Windows Mobile–based device's Light Emitting Diode (LED) illuminates to visibly announce the reminder. - olVibrate
The Windows Mobile–based device's built-in vibrator vibrates to announce the reminder. - olDialog
A dialog box appears on the screen to visibly announce the reminder. - olSound
The Windows Mobile–based device plays a wave file to audibly announce the reminder. - olRepeat
The reminder repeats until the user acknowledges it.
Remarks
The values in this enumeration are in a sequence that doubles between values. This allows you to specify combinations of multiple values by combining individual values with the bitwise OR. For example, the value 6 is interpreted to mean both 2 and 4 together.
Requirements
Pocket PC: Pocket PC 2000 and later
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later
Header: pimstore.h
Library: pimstore.lib
See Also
Pocket Outlook Object Model API Interfaces | Pocket Outlook Object Model API Enumerations
Send Feedback on this topic to the authors