Skip to content

Commit 7dc131e

Browse files
Add MIME Type for .msg
1 parent 0f963e9 commit 7dc131e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Components/WebView/WebView/src/FileExtensionContentTypeProvider.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ public FileExtensionContentTypeProvider()
199199
{ ".mpp", "application/vnd.ms-project" },
200200
{ ".mpv2", "video/mpeg" },
201201
{ ".ms", "application/x-troff-ms" },
202+
{ ".msg", "application/vnd.ms-outlook" },
202203
{ ".msi", "application/octet-stream" },
203204
{ ".mso", "application/octet-stream" },
204205
{ ".mvb", "application/x-msmediaview" },

src/Middleware/StaticFiles/src/FileExtensionContentTypeProvider.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ public FileExtensionContentTypeProvider()
193193
{ ".mpp", "application/vnd.ms-project" },
194194
{ ".mpv2", "video/mpeg" },
195195
{ ".ms", "application/x-troff-ms" },
196+
{ ".msg", "application/vnd.ms-outlook" },
196197
{ ".msi", "application/octet-stream" },
197198
{ ".mso", "application/octet-stream" },
198199
{ ".mvb", "application/x-msmediaview" },

0 commit comments

Comments
 (0)