'Reading second mail using python

I want to read an outlook file (.msg file) which is a reply to a mail. I am able to read the details of the reply. But I want to read the original mail to which the reply is sent. I want to read the date it was sent (the original mail).

The mail is present in the form of .msg file. I am using win32com to read the file but can only read the reply not the main mail. The main mail is present below the reply in that file but how to read that?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source