OlAutoDiscoverConnectionMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the type of connection to the Exchange server for the auto-discovery service.
public enum class OlAutoDiscoverConnectionMode
public enum OlAutoDiscoverConnectionMode
Public Enum OlAutoDiscoverConnectionMode
- Inheritance
-
OlAutoDiscoverConnectionMode
Fields
Name | Value | Description |
---|---|---|
olAutoDiscoverConnectionUnknown | 0 | Other or unknown connection, or no connection. |
olAutoDiscoverConnectionExternal | 1 | Connection is over the Internet. |
olAutoDiscoverConnectionInternal | 2 | Connection is over the Intranet. |
olAutoDiscoverConnectionInternalDomain | 3 | Connection is in the same domain over the Intranet. |