_Store.ExchangeStoreType Property

Definition

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

public:
 property Microsoft::Office::Interop::Outlook::OlExchangeStoreType ExchangeStoreType { Microsoft::Office::Interop::Outlook::OlExchangeStoreType get(); };
public Microsoft.Office.Interop.Outlook.OlExchangeStoreType ExchangeStoreType { get; }
Public ReadOnly Property ExchangeStoreType As OlExchangeStoreType

Property Value

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 AccountType for the type of server associated with an e-mail account, such as Exchange, HTTP, IMAP, or POP3.

Applies to