_RuleActions.NotifyDelivery 属性

定义

返回具有 RuleActionActionTypeolRuleActionNotifyDelivery 的对象。 只读。

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

属性值

注解

在枚举现有规则,或者在创建一个新规则来将通知邮件送达指定为一个操作时的规则操作时,使用返回的 RuleAction 对象。

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

适用于