C# Corner

C# Corner

  • Tech Writer
  • 2
  • 0

Analyze an email template and extract information

Apr 18 2007 1:05 PM
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 ?

Answers (1)