_AccountRuleCondition.Account Property
Returns or sets an Account object that represents the account used to evaluate the rule condition. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
'Declaration
<DispIdAttribute()> _
Property Account As Account
Get
Set
'Usage
Dim instance As _AccountRuleCondition
Dim value As Account
value = instance.Account
instance.Account = value
[DispIdAttribute()]
Account Account { get; set; }
Type: Microsoft.Office.Interop.Outlook.Account
Returns an error if account does not represent an initialized account.