HELP PLEASE !!! How to get Email To field after sent using VB 6 or VB.Net ?

Joined
Mar 29, 2006
Messages
1
Reaction score
0
Im developing an application to a client and he wants to use Outlook screen to send their emails, so I open the new Message screen with some information already written.

oMail.BodyFormat = 2
oMail.HTMLBody = sBodyText
oMail.To = sTo_Address
oMail.Subject = sSubject
oMail.Display True


So i use a Modal screen to stop processing.
After this code, I need to get the To field to determine to where the user sent the email so that i can store this data in a database, but i lose track of the email.

How can I get this information ?

Thank's in advance.

João Mouta
 

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