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