Use TaskItem.Importance. You have to set it to one of the members of the
OlImportance enum:
Const olImportanceLow = 0
Const olImportanceNormal = 1
Const olImportanceHigh = 2
Use TaskItem.Importance. You have to set it to one of the members of th
OlImportance enum
Const olImportanceLow =
Const olImportanceNormal =
Const olImportanceHigh =