K
kappe79
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!
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!