Yes I want to do this. What is the reason? I need to create the VB6 application which supposes to send a ton of e-mails. This application utilized the Outlook object. Iâve created this app. and it worked perfectly till the moment I've installed the SP3 for Outlook 2000. The new security package starts to pop-up the security warning:
"A program is trying to access your Address Book"
(
http://support.microsoft.com/kb/262618/EN-US/)
So, it is not possible to suppress this message.
I've decided to send an email from the Exchanger Server without using
The Outlook Object library. I've done this in ASP.NET before and it works. I've created DLL in .NET to use one in my VB6 application...
Maybe there is some different way to do this?
-Dmitriy