次の方法で共有


_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

プロパティ値

注釈

アカウントが初期化されたアカウントを表していない場合は、エラーが発生します。

適用対象