Changing the Reply-to address via VBA

M

ms

Hi,
I am processing an incoming email via VBA in Outlook 2003, using ItemAdd.
Besides altering the subject and the body, I need to send this altered email
on to another mailbox, but retain the orignal senders email address
(Item.SenderEmailAddress) in the "REPLY TO" field, so that an acknowledgment
to this email will go to the original sender. The acknowledgement cannot be
generated until it reaches the second mailbox in it's altered fashion
because another piece of software is monitoring that second mailbox and will
automatically respond.

Is this possible?

Thanks,
Robert Reinstein
 
M

Michael Bauer

Am Fri, 5 May 2006 17:15:28 -0400 schrieb ms:

You can write that address into the ReplyRecipients collection.
 
M

ms

Thanks Mike. That worked great!

Michael Bauer said:
Am Fri, 5 May 2006 17:15:28 -0400 schrieb ms:

You can write that address into the ReplyRecipients collection.
 

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

Top