OlAutoDiscoverConnectionMode Enumeration

Specifies the type of connection to the Exchange server for the auto-discovery service.

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

Syntax

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

Members

Member name Description
olAutoDiscoverConnectionUnknown Other or unknown connection, or no connection.
olAutoDiscoverConnectionExternal Connection is over the Internet.
olAutoDiscoverConnectionInternal Connection is over the Intranet.
olAutoDiscoverConnectionInternalDomain Connection is in the same domain over the Intranet.

See Also

Reference

Microsoft.Office.Interop.Outlook Namespace