_Rules.Create(String, OlRuleType) 方法

定义

Rule使用 指定的名称和指定的Name规则RuleType类型创建对象。

public:
 Microsoft::Office::Interop::Outlook::Rule ^ Create(System::String ^ Name, Microsoft::Office::Interop::Outlook::OlRuleType RuleType);
public Microsoft.Office.Interop.Outlook.Rule Create (string Name, Microsoft.Office.Interop.Outlook.OlRuleType RuleType);
Public Function Create (Name As String, RuleType As OlRuleType) As Rule

参数

Name
String

规则的字符串标识符,将在创建规则后由 Name 表示。 集合中规则的名称不是唯一的。

RuleType
OlRuleType

确定是否将该规则应用上发送或接收消息的 OlRuleType 枚举中的一个常数。

返回

表示新创建的规则的 规则 对象。

注解

RuleType已添加规则的参数确定可与 Rule 对象关联的有效规则操作、规则条件和规则例外条件。

将规则添加到集合时, ExecutionOrder 新规则的 为 1。 集合中的其他规则 ExecutionOrder 就会递增 1。

适用于