Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

VC++ dialog base problem

i would like to open outlook express in my dialog-based VC++ program, however I don't know how to set the "To" address externally for Outlook Express. would any expert help me to solve the problem, thx
0 Kudos
Message 1 of 2
(2,938 Views)
If Outlook is the default email client on the system, you could use ShellExecute and specify a "mailto" url like MailTo:User@mymailserver.com.

You can find alot more information about this if you use google.

I don't know if Outlook has a good activex interface, but you might try investigating that route as well.

Hope this helps.
Bilal Durrani
NI
0 Kudos
Message 2 of 2
(2,926 Views)