OlStoreType Enumeration

Definition

Gibt das Format an, in dem die Datendatei erstellt werden soll.

public enum class OlStoreType
public enum OlStoreType
Public Enum OlStoreType
Vererbung
OlStoreType

Felder

Name Wert Beschreibung
olStoreDefault 1

Standardformat, das mit dem Postfachmodus kompatibel ist, in dem Microsoft Outlook auf dem Microsoft Exchange Server ausgeführt wird.

olStoreUnicode 2

Mit Unicode formatierte Persönliche Ordner-Datei (PST), die mit Microsoft Office Outlook 2003 und später kompatibel ist.

olStoreANSI 3

Mit ANSI formatierte Persönliche Ordner-Datei (PST), die mit allen früheren Versionen des Microsoft Outlook-Formats kompatibel ist.

Hinweise

Wird als Parameter für die AddStoreEx(Object, OlStoreType) -Methode verwendet.

Gilt für: