OlStoreType Enumeration (Outlook)
Published: July 16, 2012
Indicates the format in which the data file should be created.
|
Name |
Value |
Description |
|---|---|---|
|
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 Outlook runs on the Microsoft Exchange Server. |
|
olStoreUnicode |
2 |
Unicode format personal folders file (.pst) compatible with Microsoft Office Outlook 2003 and later. |
Used as a parameter to the NameSpace.AddStoreEx Method (Outlook).