I have a list containing Folder Names at the Outlook level [‘fried chicken’; “boiled pasta”; “baked potatoes”], folders exist and are empty. The elements are strings that are combinations of two words example “fried chicken”. I search the Inbox and if the message.subject matches one of the elements in the list move that email to the folder. Example: Email subject
Tag: outlook
Extract sender’s email address from Outlook Exchange in Python using win32
I am trying to extract the sender’s email address from outlook 2013 using win32 package in python. There are two kinds of email address type in my Inbox, exchange and smtp. If I try to print the the sender’s email address of Exchange type, I am getting this: I have already gone through this link but couldn’t find a function