Difference between a .msg file and a .eml file
问题 What are the difference between a .msg file and a .eml file? I know that eml is infact a text file while msg is not. Both can be opened in Outlook. Outlook allows you to save the email as .msg but I didnt find an option to save as an eml Is there anything that msg is capable and which eml is not and vice versa? 回答1: MSG is a binary OLE storage file (IStorage). Unlike MIME (EML), it stores all MAPI specific properties that MIME cannot store. It's format is documented by Microsoft. You can look