_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
<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; }

Property Value

Type: Microsoft.Office.Interop.Outlook.Account

Remarks

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

See Also

Reference

_AccountRuleCondition Interface

_AccountRuleCondition Members

Microsoft.Office.Interop.Outlook Namespace