OlSensitivity
A version of this page is also available for
4/8/2010
The OlSensitivity enumeration identifies the sensitivity level assigned to IAppointment and ITask items. These levels are arbitrarily set and filtered for, by the user.
Syntax
enum OlSensitivity {
olNormal = 0,
olPersonal = 1,
olPrivate = 2,
olConfidential = 3
};
Elements
- olNormal
The appointment or task has the Normal sensitivity setting. This is the default.
- olPersonal
The appointment or task has the Personal sensitivity setting.
- olPrivate
The appointment or task has the Private sensitivity setting.
- olConfidential
The appointment or task has the Confidential sensitivity setting.
Requirements
Header | pimstore.h |
Library | Pimstore.lib |
Windows Embedded CE | Windows CE 3.0 and later |
Windows Mobile | Pocket PC 2000 and later, Smartphone 2002 and later |
See Also
Reference
Pocket Outlook Object Model Interfaces