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

  • Thread starter Thread starter Midwest Muskie
  • Start date Start date
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
 
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]





EMO - a weekly newsletter about Outlook and Exchange:
(e-mail address removed)

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top