Freigeben über


OlSaveAsType Enumeration

Definition

Specifies the file format.

public enum class OlSaveAsType
public enum OlSaveAsType
Public Enum OlSaveAsType
Vererbung
OlSaveAsType

Felder

Name Wert Beschreibung
olTXT 0

Textformat (TXT)

olRTF 1

Rich-Text-Format (RTF)

olTemplate 2

Microsoft Outlook-Vorlage (OFT)

olMSG 3

Outlook-Nachrichtenformat (*.msg)

olDoc 4

Microsoft Office Word-Format (DOC)

olHTML 5

HTML-Format (HTML)

olVCard 6

VCard-Format (VCF)

olVCal 7

VCal-Format (VCS)

olICal 8

iCal-Format (ICS)

olMSGUnicode 9

Outlook-Unicode-Nachrichtenformat (MSG)

olMHTML 10

MIME-HTML-Format (MHT)

Hinweise

Wird als optionaler Parameter für die SaveAs-Methode für Outlook-Elemente verwendet.

Gilt für: