MsoFileType enumeration
Office 2013 and later
Specifies a type of file.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
| Member name | Description | |
|---|---|---|
| msoFileTypeAllFiles | All files. | |
| msoFileTypeOfficeFiles | Files with any of the following extensions: *.doc, *.xls, *.ppt, *.pps, *.obd, *.mdb, *.mpd, *.dot, *.xlt, *.pot, *.obt, *.htm, or *.html. | |
| msoFileTypeWordDocuments | Microsoft Word document file (*.doc). | |
| msoFileTypeExcelWorkbooks | Microsoft Excel workbook (*.wbk). | |
| msoFileTypePowerPointPresentations | PowerPoint presentation file (*.ppt), PowerPoint template file (*.pot), or PowerPoint slide show file (*.pps). | |
| msoFileTypeBinders | Microsoft Binder file (*.obd). | |
| msoFileTypeDatabases | Database file (*.mdb). | |
| msoFileTypeTemplates | Microsoft PowerPoint template (*.pot), Word template (*.dot), Excel template (*.xlt). | |
| msoFileTypeOutlookItems | Any Microsoft Outlook item file. | |
| msoFileTypeMailItem | Mail item file (*.msg). | |
| msoFileTypeCalendarItem | Calendar item file (*.ics or *.vsc). | |
| msoFileTypeContactItem | Contact item file (*.vcf). | |
| msoFileTypeNoteItem | Microsoft Outlook Note item. | |
| msoFileTypeJournalItem | Microsoft Outlook Journal item | |
| msoFileTypeTaskItem | Microsoft Outlook task item. | |
| msoFileTypePhotoDrawFiles | PhotoDraw item file (*.mix). | |
| msoFileTypeDataConnectionFiles | Data connection file (*.mdf). | |
| msoFileTypePublisherFiles | Microsoft Publisher file (*.pub) | |
| msoFileTypeProjectFiles | Project file (*.mpd). | |
| msoFileTypeDocumentImagingFiles | Microsoft Document Imaging file (*.mdi). | |
| msoFileTypeVisioFiles | Microsoft Visio file (*.vsd). | |
| msoFileTypeDesignerFiles | Visual Basic Active Designer file (*.dsr). | |
| msoFileTypeWebPages | HTML file (*.htm or *.html). |
Show: