Quote Originally Posted by westconn1 View Post
you can use ssl with cdo.message in vb6
vb Code:
  1. set mymail = createobject("cdo.message")
many examples in this forum for sending to gmail, (uses ssl)

or check out
http://www.planet-source-code.com/vb...43694&lngWId=1
cdo.messages didn't worked, i have already tryed ...
I donwloaded that link and i'm trying to integrate to my app... But i had a brainstorm... I don't know if this is possible, so help me...

Could i save all procedures from .net (that involves SSL) in a DLL? then make my app read this DLL???

I need to advice you... I'm a begginer in VB6... I can make great programs in .Net, but i never tryed VB6 before, i'm lil' lost...