Set <Reply-to> header to something different than sender when usingOutlook to send mail from Excel.

  • Thread starter Thread starter Dag Sunde
  • Start date Start date
D

Dag Sunde

I'm sending mail from an Excel macro, where I use the current Outlook
session to send mail.
Is it possible to set the <Reply-to> header to something else than the
"current" sender when sending the mail?

So that when the user hits his/hers "Reply" button, the mail will go
to the Reply-to, and not the sender?

TIA...
 
Get the MailItem.ReplyRecipients collection and add whatever Recipients you
want, and remove any Recipients you don't want.
 
Get the MailItem.ReplyRecipients collection and add whatever Recipients you
want, and remove any Recipients you don't want.









- Show quoted text -

Thanks a lot!

:-)
 

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