OlImportance

Send Feedback

The OlImportance enumeration identifies task priorities.

Syntax

enum OlImportance {
  olImportanceLow    = 0,
  olImportanceNormal = 1
  olImportanceHigh   = 2
};

Elements

  • olImportanceLow
    Low importance.
  • olImportanceNormal
    Normal Importance. This is the default.
  • olImportanceHigh
    High importance.

Remarks

Task priorities allow users to sort and filter tasks according to importance.

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.