PDA

View Full Version : MSFT Outlook


ivirdi
12-14-2005, 10:32 AM
Hi, basically this is what i want to do. Everytime i get an email in outlook, i want to spool out the persons email address in some sort of .txt file, it can be pipe/tab delimited or even one email on one line. Is there a way to create a rule in outlook that would handle such a case? Have any of you heard of this even being accomplished before?

Thanks in advance.

--I

wordsofwonder
12-16-2005, 05:08 PM
Hi, basically this is what i want to do. Everytime i get an email in outlook, i want to spool out the persons email address in some sort of .txt file

I'm not sure why you want to do this, but I think the only way would be to write a COM add-in for Outlook that monitored for new messages and did the requisite processing. That's probably a non-trivial process, especially if you're not a programmer.

Tammy (recovering programmer )