OlExchangeStoreType 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 Exchange store.
public enum class OlExchangeStoreType
public enum OlExchangeStoreType
Public Enum OlExchangeStoreType
- Inheritance
-
OlExchangeStoreType
Fields
Name | Value | Description |
---|---|---|
olPrimaryExchangeMailbox | 0 | Specifies a primary Exchange mailbox store. |
olExchangeMailbox | 1 | Specifies an Exchange delegate mailbox store. |
olExchangePublicFolder | 2 | Specifies an Exchange Public Folder store. |
olNotExchange | 3 | Specifies that the store is not an Exchange store. |
olAdditionalExchangeMailbox | 4 | Specifies an additional Exchange mailbox store. |
Remarks
Used by the ExchangeStoreType property of the Store object.