I am wanting to send replies to all messages in a folder

M

Midwest Muskie

I am looking of a vbscript or add-in that will allow me to send an email to
all of the From addresses in an Outlook mailbox. We are running Outlook 2003
and 2007. I've looked at a Send2 product, but that does not seem to do what
I want it to do. It errors out when I try to send to multiple addresses. I
had a script that used to work, but now it is erroring out when it hits this
command
CreateObject("MSComDlg.CommonDialog"). I can't seem to find what reference
library I need to access this object.

Thanks for any help you can provide.

Mike
 
D

Diane Poremsky [MVP]

how about... a rule that replies with a template and use run now on the
folder. That will send 1 reply per message.

if you want to send I with all names in the BCC field, you'll need a custom
view of the folder (show only the from field) then copy and paste the
addresses to a new message.

--
Diane Poremsky [MVP - Outlook]



Outlook Tips by email:
[email protected]

EMO - a weekly newsletter about Outlook and Exchange:
[email protected]

You can access this newsgroup by visiting
http://www.microsoft.com/office/community/en-us/default.mspx or point your
newsreader to msnews.microsoft.com.
 
Top