_AccountRuleCondition.Account 属性

定义

返回或设置一个 Account 对象,该对象表示用于评估规则条件的帐户。 读/写。

public:
 property Microsoft::Office::Interop::Outlook::Account ^ Account { Microsoft::Office::Interop::Outlook::Account ^ get(); void set(Microsoft::Office::Interop::Outlook::Account ^ value); };
public Microsoft.Office.Interop.Outlook.Account Account { get; set; }
Public Property Account As Account

属性值

注解

如果帐户不代表一个初始化的帐户,则返回错误。

适用于