Hello,
I have a small mail app which uses the winsock control to attach to the SMTP port of my local exchange server, however I need to use the actual winsock cotrol. Is there any way of using the winsock.dll directly, so perhaps I could create a customised mail class with code only?

Like

dim newWin as winsock
set newWin = New winsock

newWin.connect .....


Thanks in advance.