![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]()
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 |
#2
|
|||
|
|||
![]()
Am Fri, 5 May 2006 17:15:28 -0400 schrieb ms:
You can write that address into the ReplyRecipients collection. -- Viele Gruesse / Best regards Michael Bauer - MVP Outlook -- www.vbOffice.net -- 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 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 |
#3
|
|||
|
|||
![]()
Thanks Mike. That worked great!
"Michael Bauer" wrote in message ... Am Fri, 5 May 2006 17:15:28 -0400 schrieb ms: You can write that address into the ReplyRecipients collection. -- Viele Gruesse / Best regards Michael Bauer - MVP Outlook -- www.vbOffice.net -- 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 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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Can't open address book or reply to E-mails | Adee Drory | Outlook Express | 1 | May 2nd 06 05:00 AM |
How do I NOT include my email address in reply all? | Jennuschka23 | Outlook - General Queries | 1 | April 24th 06 07:25 PM |
Changing the FROM address when sending email programatically | mecg96 | Outlook and VBA | 1 | April 20th 06 10:42 PM |
Reply address always defaults to exchange address | Lanwench [MVP - Exchange] | Outlook - General Queries | 1 | March 6th 06 03:27 PM |
Changing of FROM address when sending emails using VBA | GeorgeMar | Outlook and VBA | 2 | February 27th 06 08:30 PM |