_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)
Syntax
'Declaration
Property Account As Account
Get
Set
'Usage
Dim instance As _AccountRuleCondition
Dim value As Account
value = instance.Account
instance.Account = value
Account Account { get; set; }
Property Value
Type: Microsoft.Office.Interop.Outlook.Account
Remarks
Returns an error if account does not represent an initialized account.