ImportanceChoicesType Enumeration

The ImportanceChoicesType enumeration specifies the levels of importance for an item.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Enumeration ImportanceChoicesType
'Usage
Dim instance As ImportanceChoicesType
[SerializableAttribute]
public enum ImportanceChoicesType

Members

Member name Description
Low Specifies low importance.
Normal Specifies normal importance.
High Specifies high importance.

Remarks

This enumeration is used by the Importance property of the ItemType object.

See Also

Reference

Other Resources