A
Allen Clark
I have thousands of mail messages being sent by my web API that has smalll
amount of useful information in the message body. The following is an
example:
Tessitura.WebAPI.TessituraException: TESSITURA_INVALID_SESSION_EXCEPTION:
The session specified does not exist. SESSION KEY:
Time Sent: 2009-10-16 16:27:17.9735426
There are three pieces of information that I would like to capture to a csv
file or a sql table. These are: The Exception, the session key, and the
time sent. The rest of the information in the e-mail is completely useless.
I need to extract this information from the message body from every message
that gets sent to a particular folder (or run against existing messages in
said folder). I am NOT looking for a utility to extract e-mail addresses, IP
addresses, or anything else from these messages, nor am I trying to capture
anything from the message header. Can anyone provide me with any assistance?
Can it be done in PowerShell? C++, C#, VB, JAVA...?
Thanks in advance,
Allen
amount of useful information in the message body. The following is an
example:
Tessitura.WebAPI.TessituraException: TESSITURA_INVALID_SESSION_EXCEPTION:
The session specified does not exist. SESSION KEY:
Time Sent: 2009-10-16 16:27:17.9735426
There are three pieces of information that I would like to capture to a csv
file or a sql table. These are: The Exception, the session key, and the
time sent. The rest of the information in the e-mail is completely useless.
I need to extract this information from the message body from every message
that gets sent to a particular folder (or run against existing messages in
said folder). I am NOT looking for a utility to extract e-mail addresses, IP
addresses, or anything else from these messages, nor am I trying to capture
anything from the message header. Can anyone provide me with any assistance?
Can it be done in PowerShell? C++, C#, VB, JAVA...?
Thanks in advance,
Allen