_RuleActions.Redirect 属性

定义

返回具有 SendRuleActionolRuleActionRedirect 的对象ActionType。 只读。

public:
 property Microsoft::Office::Interop::Outlook::SendRuleAction ^ Redirect { Microsoft::Office::Interop::Outlook::SendRuleAction ^ get(); };
public Microsoft.Office.Interop.Outlook.SendRuleAction Redirect { get; }
Public ReadOnly Property Redirect As SendRuleAction

属性值

注解

在枚举现有规则,或者在创建一个新规则来指定将邮件重定向到特定收件人为一个操作时的规则操作时,使用返回的 SendRuleAction 对象。

无论与此 RuleActions 集合关联的规则是否定义了此类规则操作,集合的RuleActions此属性始终返回 SendRuleAction 对象。 如果规则已定义并启用此类规则操作,则 EnabledTrue

适用于