RulePredicates.FlaggedForAction Property

Definition

Gets or sets the flag for action value that appears on incoming messages in order for the condition or exception to apply.

public:
 property Nullable<Microsoft::Exchange::WebServices::Data::FlaggedForAction> FlaggedForAction { Nullable<Microsoft::Exchange::WebServices::Data::FlaggedForAction> get(); void set(Nullable<Microsoft::Exchange::WebServices::Data::FlaggedForAction> value); };
public Nullable<Microsoft.Exchange.WebServices.Data.FlaggedForAction> FlaggedForAction { get; set; }
Public Property FlaggedForAction As Nullable(Of FlaggedForAction)

Property Value

The FlaggedForAction property value.

Remarks

FlaggedForAction can be disabled by setting this property to null.

Applies to