Extracting info from email body - TechRepublic
Question
December 11, 2012 at 08:03 AM
awardweb

Extracting info from email body

by awardweb . Updated 13 years, 6 months ago

Currently I have a dedicated account just getting emails for resolved support sessions, Looking for an outlook vb script to parse some info, The emails come in as the following:
—————————————————————————–
Dear Robert,

Congratulations on the successful completion of a support session at Online Support.

Session ID: TFB-3907739
Date of Session: Monday Dec 10 2012
Customer Name: sam

In addition to the Session Report that you completed at the end of the session, we ask that you complete a Solution Report as well.
—————————————————————————–

I basically need to extract the session ID’s from the email (3907739) and run a program, C:\checkmail.exe -3907739.. Does anyone have a script that can be adapted for this?

This discussion is locked

All Comments