_Account.AccountType Property

Returns a constant in the OlAccountType enumeration that indicates the type of the Account. Read-only.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
ReadOnly Property AccountType As OlAccountType
    Get
'Usage
Dim instance As _Account
Dim value As OlAccountType

value = instance.AccountType
[DispIdAttribute()]
OlAccountType AccountType { get; }

Property Value

Type: Microsoft.Office.Interop.Outlook.OlAccountType

See Also

Reference

_Account Interface

_Account Members

Microsoft.Office.Interop.Outlook Namespace

Other Resources

How to: Get Account Information