_RuleActions.DesktopAlert 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回具有 RuleActionolRuleActionDesktopAlert 的对象ActionType。 只读。
public:
property Microsoft::Office::Interop::Outlook::RuleAction ^ DesktopAlert { Microsoft::Office::Interop::Outlook::RuleAction ^ get(); };
public Microsoft.Office.Interop.Outlook.RuleAction DesktopAlert { get; }
Public ReadOnly Property DesktopAlert As RuleAction
属性值
注解
在枚举现有规则,或创建一个新规则来指定为一个操作显示桌面通知的规则操作时,使用返回的 RuleAction 对象。
无论与此 RuleActions 集合关联的规则是否定义了此类规则操作,集合的RuleActions此属性始终返回 RuleAction 对象。 如果规则已定义并启用此类规则操作,则 Enabled 为 True。