Microsoft.Office.Interop.Ou ...


OlSaveAsType Enumeration (Microsoft.Office.Interop.Outlook)
Specifies the file format.

Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in microsoft.office.interop.outlook.dll)
Syntax

Visual Basic (Declaration)
Public Enumeration OlSaveAsType
Visual Basic (Usage)
Dim instance As OlSaveAsType
C#
public enum OlSaveAsType
Members

 Member nameDescription
olDocMicrosoft Office Word format (.doc) 
olHTMLHTML format (.html) 
olICaliCal format (.ics) 
olMHTMLMIME HTML format (.mht) 
olMSGOutlook message format (.msg) 
olMSGUnicodeOutlook Unicode message format (.msg) 
olRTFRich Text format (.rtf) 
olTemplateMicrosoft Office Outlook template (.oft) 
olTXTText format (.txt) 
olVCalVCal format (.vcs) 
olVCardVCard format (.vcf) 
Remarks

Used as an optional parameter to the SaveAs method for Outlook items.

See Also

Tags :


Page view tracker