Analyze an email template and extract information
Hi there,
im looking for the most efficient way to analyze an e-mail message in order to extract information from it automatically.
Basically, i want to scan .msg emails and grab the employee name and such from it so that i can create reply orders automatically.
So far ive been trying to open them like text files and use objreader.readline but its not really efficient due to encoded characters.
any ideas ?