OlAccountType 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 an Account.
public enum class OlAccountType
public enum OlAccountType
Public Enum OlAccountType
- Inheritance
-
OlAccountType
Fields
Name | Value | Description |
---|---|---|
olExchange | 0 | An Exchange account. |
olImap | 1 | An IMAP account. |
olPop3 | 2 | A POP3 account. |
olHttp | 3 | An HTTP account. |
olEas | 4 | An account that uses Exchange ActiveSync (EAS) on mobile devices. |
olOtherAccount | 5 | Other or unknown account. |