Specifies the file format.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in microsoft.office.interop.outlook.dll)
Visual Basic (Declaration)
Public Enumeration OlSaveAsType
Dim instance As OlSaveAsType
| | Member name | Description |
|---|
| olDoc | Microsoft Office Word format (.doc) |
| olHTML | HTML format (.html) |
| olICal | iCal format (.ics) |
| olMHTML | MIME HTML format (.mht) |
| olMSG | Outlook message format (.msg) |
| olMSGUnicode | Outlook Unicode message format (.msg) |
| olRTF | Rich Text format (.rtf) |
| olTemplate | Microsoft Office Outlook template (.oft) |
| olTXT | Text format (.txt) |
| olVCal | VCal format (.vcs) |
| olVCard | VCard format (.vcf) |
Used as an optional parameter to the SaveAs method for Outlook items.