Changing the "To" field when "reply" is clicked

S

Sanjay_S

Hi

I am deveolping an application in VC++ using MAPI. I have designed a custom
message form where in a message will be to the outlook by clicking a button
on my application. But my issue is

1. When i open that item from the inbox and reply i am getting same address
for which i had sent "to" (my mail ID) in the "To" field .

2. Now i want "To" field to be changed to some email ID say [email protected] when
reply button is clicked. Is this possible? If yes how is that i have to go
about.

Is it that i have to change any functionality i have to change for the
"Reply" button? If yes how is that i have to go about.

Thanks in Advance

Sanjay
 
K

Ken Slovak - [MVP - Outlook]

What is the ReplyTo address on that original item? That would be what you
see in the To field of the reply.
 
Top