Share via


OlSensitivity

Send Feedback

The OlSensitivity enumeration identifies the sensitivity level assigned to Appointment and Task 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

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

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.