View Single Post
  #1  
Old August 23rd 06, 05:26 PM posted to microsoft.public.outlook.program_vba
kappe79
external usenet poster
 
Posts: 5
Default retreive sent message

Hi,
I'm writing a little program in vb and I have a problem with sent
messages.
In my code i use this command:

reply = selectedmail.Reply
reply.Display(True)

After that the user can answer to the selected mail throught outlook.
The problem is that, after the user has sent the reply, i loose the
connection with the reply mail and so i' can't retreive, i.e., the body
and the other properties .
Is there a way to keep an instance of the mail after it has been sent?

many thanks!

Ads