66
Views
4
Comments
Solved
eMail Attachment Format (*.eml/*.msg)
Question
im having a little problem with the email attachment format
from the emails espace used in the cases espace

when an email is uploaded as an email
its format is *.eml

which cant be opened using outlook
as i seem to need a *.msg file

i tried simply changing the filename ending to *.msg
but that didnt work

does anyone know a clean way to creating a *.msg attachment, instead of *.eml?

thank you very much!
2018-05-03 15-19-41
Miguel João
Staff
Solution
enigma wrote:
thank you, i stumbled over those too

but i was aiming for a server side solution
 
 Hi Manuel

I see this as a Microsoft OutLook issue, since the .eml format is the standard email message format. The fact that Outlook 2003 and Outlook 2007 doesn't supported it is something that should be addressed by Microsoft. Ultimately, if you need a server-side solution, this means that you need to build your own .msg format message.

You can do this by using a 3rd party tool like Aspose.net, or you can code you own converted based on Microsoft specification document below:

https://msdn.microsoft.com/en-us/library/cc463912.aspx
https://support.microsoft.com/kb/171907/en-us

By the way, for a client side solution, microsoft also has a fix for that, available at https://support.microsoft.com/kb/956693. This will allow outlook to open .eml files.

Cheers

Miguel Simões João
2012-04-17 21-03-34
enigma
any ideas on how to convert *.eml to *.msg at all?

thank you very much!
2020-09-15 13-07-23
Kilian Hekhuis
 
MVP
Hi Manuel, there's this wonderful tool called Google, which can provide you with about any answer. See e.g. https://www.msoutlook.info/question/354 for how to open eml in Outlook, or https://www.emltopst.com/convert-eml-to-msg/ for how to convert eml to msg (or simply google for "convert eml to msg" (without the quotes).
2012-04-17 21-03-34
enigma
thank you, i stumbled over those too

but i was aiming for a server side solution
2018-05-03 15-19-41
Miguel João
Staff
Solution
enigma wrote:
thank you, i stumbled over those too

but i was aiming for a server side solution
 
 Hi Manuel

I see this as a Microsoft OutLook issue, since the .eml format is the standard email message format. The fact that Outlook 2003 and Outlook 2007 doesn't supported it is something that should be addressed by Microsoft. Ultimately, if you need a server-side solution, this means that you need to build your own .msg format message.

You can do this by using a 3rd party tool like Aspose.net, or you can code you own converted based on Microsoft specification document below:

https://msdn.microsoft.com/en-us/library/cc463912.aspx
https://support.microsoft.com/kb/171907/en-us

By the way, for a client side solution, microsoft also has a fix for that, available at https://support.microsoft.com/kb/956693. This will allow outlook to open .eml files.

Cheers

Miguel Simões João
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.