setting reply-to header using outlook redemption

J

Julia

Hi sorry if it is a repost i could not find my orginial message

Is it possible to set the REPLY-TO header for outgoing messages using
outlook redemption? i want that all NDR return to different address

i am using outlook 2k IMO

thanks
 
K

Ken Slovak - [MVP - Outlook]

SafeMailItem has a ReplyRecipients collection. Add the recipient you want to
that collection.
 
K

Ken Slovak - [MVP - Outlook]

When a message is sent out the transport mechanism adds those reply
recipients in as that header. The header doesn't exist until the item has
been sent and is added by the transport, after the message has left Outlook.
Unless you run server side code on an SMTP server or whatever and get at the
headers from there you can't do it the way you want to do it.
 

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