OlImportance Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the level of importance for an item marked by the creator of the item.
public enum class OlImportance
public enum OlImportance
Public Enum OlImportance
- Inheritance
-
OlImportance
Fields
Name | Value | Description |
---|---|---|
olImportanceLow | 0 | Item is marked as low importance. |
olImportanceNormal | 1 | Item is marked as medium importance. |
olImportanceHigh | 2 | Item is marked as high importance. |