OlExchangeStoreType Enumeration

Specifies the type of Exchange store.

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

Syntax

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

Members

Member name Description
olPrimaryExchangeMailbox Specifies a primary Exchange mailbox store.
olExchangeMailbox Specifies an Exchange delegate mailbox store.
olExchangePublicFolder Specifies an Exchange Public Folder store.
olNotExchange Specifies that the store is not an Exchange store.
olAdditionalExchangeMailbox Specifies an additional Exchange mailbox store.

Remarks

Used by the ExchangeStoreType property of the Store object.

See Also

Reference

Microsoft.Office.Interop.Outlook Namespace

Other Resources

How to: Get the Global Address List or a Set of Address Lists for a Store