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