OlSensitivity (Compact 7)

3/12/2014

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

See Also

Reference

Pocket Outlook Object Model Enumerations
Pocket Outlook Object Model Interfaces