_AccountRuleCondition.Account Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.