OlAccountType Enumeration

Specifies the type of an Account.

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

Syntax

'Declaration
Public Enumeration OlAccountType
'Usage
Dim instance As OlAccountType
public enum OlAccountType

Members

Member name Description
olExchange An Exchange account.
olImap An IMAP account.
olPop3 A POP3 account.
olHttp An HTTP account.
olOtherAccount Other or unknown account.

See Also

Reference

Microsoft.Office.Interop.Outlook Namespace