BarryCrosby
Technical User
All,
I'm trying to send an email from my little app but am having difficulties.
I do not have the full version of VB 6, only the child version so cannot use winsock.
I have tried using MAPI but cannot set the FROM or SENDER, I know i'm doing something wrong but not sure what. I've also tried using
Set App = CreateObject("Outlook.Application")
But once again cannot set the FROM or SENDER.
I've tried downloading VBSENDMAIL.DLL but cannot get a copy, just get an error page when I try to download it from freevbcode.com.
Any tips or help would be appreciated.
Thanks,
B
I'm trying to send an email from my little app but am having difficulties.
I do not have the full version of VB 6, only the child version so cannot use winsock.
I have tried using MAPI but cannot set the FROM or SENDER, I know i'm doing something wrong but not sure what. I've also tried using
Set App = CreateObject("Outlook.Application")
But once again cannot set the FROM or SENDER.
I've tried downloading VBSENDMAIL.DLL but cannot get a copy, just get an error page when I try to download it from freevbcode.com.
Any tips or help would be appreciated.
Thanks,
B