Changing the Reply-to address via VBA

  • Thread starter Thread starter ms
  • Start date Start date
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
 
Am Fri, 5 May 2006 17:15:28 -0400 schrieb ms:

You can write that address into the ReplyRecipients collection.
 
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.
 
Back
Top