How to change reply-to address programmatically?

  • Thread starter Thread starter John P.
  • Start date Start date
J

John P.

I have a VB6 application using MAPI that processes & forwards email.
The program sometimes needs to change the reply-to address so a person who
gets a message from the program & hits reply won't send their reply back to
the program. I can set the destination address, message text, subject, etc
easily but not the reply-to.

Looked over MAPI objects but there doesn't seem to be any way to do this.

Any solutions, pointers to info, etc greatly appreciated.

Thanks in Advance...
 
I don't believe you can do that with Simple MAPI. You'd need to use Outlook,
CDO (or more likely) Redemption objects or Extended MAPI.
 
Back
Top