Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
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 OlReminderOptionsenumeration 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