Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The following table contains the set of property identifiers shared by Appointment, Meeting, and Task objects.
| Property ID | Type | Value | String name for queries | Description |
|---|---|---|---|---|
| PIMPR_SUBJECT | CEVT_LPWSTR | 0x0020 | Subject | The Appointment's, Meeting's, or Task's subject. |
| PIMPR_SENSITIVITY | CEVT_UI4 | 0x0021 | Sensitivity | The Appointment's, Meeting's, or Task's sensitivity level. |
| PIMPR_IS_RECURRING | CEVT_BOOL | 0x0022 | IsRecurring | A Boolean value indicating whether this Appointment, Meeting, or Task, recurs. Read-only. |
| PIMPR_REMINDER_SET | CEVT_BOOL | 0x0028 | ReminderSet | A Boolean value indicating whether a reminder has been set for this Appointment, Meeting, or Task. |
| PIMPR_REMINDER_SOUND_FILE | CEVT_LPWSTR | 0x0029 | ReminderSoundFile | The Appointment's, Meeting's, or Task's reminder sound file. Maximum length is limited to MAX_PATH (261) chars. |
| PIMPR_REMINDER_OPTIONS | CEVT_UI4 | 0x002A | ReminderOptions | The Appointment's, Meeting's, or Task's reminder options. The OlReminderOptions enumeration lists the bitmask values that specify the kind of reminder. |
Requirements
Pocket PC: Windows Mobile Version 5.0 and later
Smartphone: Windows Mobile Version 5.0 and later
OS Versions: Windows CE 5.01 and later
Header: pimstore.h
Library: pimstore.lib
See Also
Pocket Outlook Object Model API Property Identifiers | IAppointment | ITask
Send Feedback on this topic to the authors