Rule.Actions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the actions to be taken on a message when the Conditions are fulfilled.
public:
property Microsoft::Exchange::WebServices::Data::RuleActions ^ Actions { Microsoft::Exchange::WebServices::Data::RuleActions ^ get(); };
public Microsoft.Exchange.WebServices.Data.RuleActions Actions { get; }
Public ReadOnly Property Actions As RuleActions
Property Value
The actions to be taken when the Conditions are fulfilled.
Remarks
The Actions property represents a set of RuleActions objects, representing actions that are executed on a Rule object when the Conditions are evaluated as true. A RuleActions object has properties that correspond to each commonly used rule action in a Rule. You can create a Rule that enables any of the Actions contained in the RuleActions object.