Hello,

Originally I posted this to the Windows Server Scripting and then saw
that it may be more appropriate for here. I would like to be able to
parse through some email in Exchange and update a database
accordingly. It does not necesarily have to interface directly with
Exchange, it may simply work with Outlook (we're using 2003). I
understand that this might be accomplished with a VBA macro or some
other script. Could anyone provide me with some advice? Is there an
existing macro or script that I can utilize? Any help would be greatly
appreciated.

Thanks,
Aaron

Re: Parsing email messages by McKirahan

McKirahan
Sun May 04 13:09:53 CDT 2008

"Aaron Hoffman" <bikefaster@gmail.com> wrote in message
news:761998a8-7744-40ac-9ef8-40b056815ff3@59g2000hsb.googlegroups.com...
> Hello,
>
> Originally I posted this to the Windows Server Scripting and then saw
> that it may be more appropriate for here. I would like to be able to
> parse through some email in Exchange and update a database
> accordingly. It does not necesarily have to interface directly with
> Exchange, it may simply work with Outlook (we're using 2003). I
> understand that this might be accomplished with a VBA macro or some
> other script. Could anyone provide me with some advice? Is there an
> existing macro or script that I can utilize? Any help would be greatly
> appreciated.

What do you mean by "parse through"? Are you searching for
something or do you want to extract the message components:
From, To, Cc, Sent (date and time), Subject, Body, Attachements?

Do you need a script that will work directly with Exchange/Outlook or
one that would "parse through" each message that you cut-and-paste
into a textarea?

Here are some links for the former:

Parsing email messages in Outlook 2007
URL:http://www.tek-tips.com/viewthread.cfm?qid=1457981&page=10

Message Parse 3.20
<URL:http://www.freedownloadscenter.com/Email_Tools/Microsoft_Email_Add-ins/
Message_Parse.html>
<URL:http://www.cypressnet.com/Products/msgparse/msgparse.htm>

FYI -- Google is your friend:
<URL:http://www.google.com/search?hl=en&q=parse+email+messages+outlook>