OlStoreType 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.
Indicates the format in which the data file should be created.
public enum class OlStoreType
public enum OlStoreType
Public Enum OlStoreType
- Inheritance
-
OlStoreType
Fields
Name | Value | Description |
---|---|---|
olStoreDefault | 1 | Default format compatible with the mailbox mode in which Microsoft Outlook runs on the Microsoft Exchange Server. |
olStoreUnicode | 2 | Unicode format personal folders file (.pst) compatible with Microsoft Office Outlook 2003 and later. |
olStoreANSI | 3 | ANSI format personal folders file (.pst) compatible with all previous versions of Microsoft Outlook format. |
Remarks
Used as a parameter to the AddStoreEx(Object, OlStoreType) method.