CreateRuleOperation Constructors
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.
Overloads
CreateRuleOperation() |
Initializes a new instance of the CreateRuleOperation class. |
CreateRuleOperation(Rule) |
Initializes a new instance of the CreateRuleOperation class with the specified rule. |
CreateRuleOperation()
Initializes a new instance of the CreateRuleOperation class.
public:
CreateRuleOperation();
public CreateRuleOperation ();
Public Sub New ()
Remarks
The CreateRuleOperation method creates a new Rule in a specific mailbox.
Applies to
CreateRuleOperation(Rule)
Initializes a new instance of the CreateRuleOperation class with the specified rule.
public:
CreateRuleOperation(Microsoft::Exchange::WebServices::Data::Rule ^ rule);
public CreateRuleOperation (Microsoft.Exchange.WebServices.Data.Rule rule);