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