Edit

Share via


OlStoreType Enum

Definition

Indicates the format in which the data file should be created.

public enum class OlStoreType
public enum OlStoreType
Public Enum OlStoreType
Inheritance
OlStoreType

Fields

olStoreANSI 3

ANSI format personal folders file (.pst) compatible with all previous versions of Microsoft Outlook format.

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.

Remarks

Used as a parameter to the AddStoreEx(Object, OlStoreType) method.

Applies to