OlSaveAsType enumeration (Outlook)
Specifies the file format.
Name | Value | Description |
---|---|---|
olDoc | 4 | Microsoft Office Word format (.doc) |
olHTML | 5 | HTML format (.html) |
olICal | 8 | iCal format (.ics) |
olMHTML | 10 | MIME HTML format (.mht) |
olMSG | 3 | Outlook message format (.msg) |
olMSGUnicode | 9 | Outlook Unicode message format (.msg) |
olRTF | 1 | Rich Text format (.rtf) |
olTemplate | 2 | Microsoft Outlook template (.oft) |
olTXT | 0 | Text format (.txt) |
olVCal | 7 | VCal format (.vcs) |
olVCard | 6 | VCard format (.vcf) |
Remarks
Used as an optional parameter to the SaveAs method for Outlook items.
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.