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