Calendar and Task Property ID's
4/8/2010
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
Header | pimstore.h |
Library | Pimstore.lib |
Windows Embedded CE | Windows CE .NET 4.0 and later |
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 Property Identifiers
IAppointment
ITask