_Store.ExchangeStoreType Property

Returns a constant in the OlExchangeStoreType enumeration that indicates the type of an Exchange store. Read-only.

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

Syntax

'Declaration
<DispIdAttribute()> _
ReadOnly Property ExchangeStoreType As OlExchangeStoreType
    Get
'Usage
Dim instance As _Store
Dim value As OlExchangeStoreType

value = instance.ExchangeStoreType
[DispIdAttribute()]
OlExchangeStoreType ExchangeStoreType { get; }

Property Value

Type: Microsoft.Office.Interop.Outlook.OlExchangeStoreType

Remarks

The ExchangeStoreType property distinguishes among different Exchange store types, such as primary Exchange mailbox, Exchange mailbox, Public Folder store, or non-Exchange store. This property does not distinguish among every type of store including Hotmail, HTTP, IMAP, and so forth. Use _Account.AccountType for the type of server associated with an e-mail account, such as Exchange, HTTP, IMAP, or POP3.

See Also

Reference

_Store Interface

_Store Members

Microsoft.Office.Interop.Outlook Namespace

Other Resources

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