RulePredicatesType.Importance Property
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Importance As ImportanceChoicesType
Get
Set
'Usage
Dim instance As RulePredicatesType
Dim value As ImportanceChoicesType
value = instance.Importance
instance.Importance = value
public ImportanceChoicesType Importance { get; set; }
Property Value
See Also