_AccountRuleCondition.Account Property

Definition

Returns or sets an Account object that represents the account used to evaluate the rule condition. Read/write.

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

Property Value

Remarks

Returns an error if account does not represent an initialized account.

Applies to