OlStoreType Enumeration

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

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

Syntax

'Declaration
Public Enumeration OlStoreType
'Usage
Dim instance As OlStoreType
public enum OlStoreType

Members

Member name Description
olStoreDefault Default format compatible with the mailbox mode in which Microsoft Office Outlook runs on the Microsoft Exchange Server.
olStoreUnicode Unicode format personal folders file (.pst) compatible with Microsoft Office Outlook 2003 and later.
olStoreANSI ANSI format personal folders file (.pst) compatible with all previous versions of Microsoft Office Outlook format.

Remarks

Used as a parameter to the _NameSpace.AddStoreEx method.

See Also

Reference

Microsoft.Office.Interop.Outlook Namespace