Is it possible to send and e-mail through outlook express via VB6?
Thank you,
Sir Loin
Printable View
Is it possible to send and e-mail through outlook express via VB6?
Thank you,
Sir Loin
Not really since OE doesnt expose any valid COM interfaces for you to program against. ;)
That's true. But I think you can use the MAPI controls and they will use Outlook Express if that is the default e-mail program, since OE uses MAPI.Quote:
Originally Posted by RobDog888
Darn. Do you have an example on how to send an e-mail otherwise?
Thank You,
Sir Loin
Is this to present to the user UI, or should be transparent to the user?
Here is one good example in our CodeBank Forum.
http://www.vbforums.com/showthread.php?t=334745
Transparent to the user, I need to code a survey-type-thing that e-mails me the answers.
-Sir Loin
Then checkout the link in post #6 ;)
SMTP and Windsock. :thumb:
Thanks! :)