ItemType.Importance Property
The Importance property gets or sets one of the valid ImportanceChoicesType values to indicate the importance of the item.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Importance As ImportanceChoicesType
Get
Set
'Usage
Dim instance As ItemType
Dim value As ImportanceChoicesType
value = instance.Importance
instance.Importance = value
public ImportanceChoicesType Importance { get; set; }
Property Value
Type: ExchangeWebServices.ImportanceChoicesType
The Importance property returns one of the valid ImportanceChoicesType values.
See Also