OlSaveAsType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the file format.
public enum class OlSaveAsType
public enum OlSaveAsType
Public Enum OlSaveAsType
- Inheritance
-
OlSaveAsType
Fields
Name | Value | Description |
---|---|---|
olTXT | 0 | Text format (.txt) |
olRTF | 1 | Rich Text format (.rtf) |
olTemplate | 2 | Microsoft Outlook template (.oft) |
olMSG | 3 | Outlook message format (.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 message format (.msg) |
olMHTML | 10 | MIME HTML format (.mht) |
Remarks
Used as an optional parameter to the SaveAs method for Outlook items.