Email from Access 2000

  • Thread starter Thread starter slumdown
  • Start date Start date
S

slumdown

Guest
I am using the send object macro to send a email. The problem is Windows will pop up a message saying "a program trying send an email on you behalf ..," then the user have to choose Yes to send the email or No to stop the macro. Is there anyway to by pass the security message and send the email with any warning on a user's computer?

Thanks for advance.
 
Its been a while since I used a macro but in the line before the SendObject command add setwarnings false and then after the SendObject setwarnings true
 
Thanks for the reply. I have tried that before. It won't work. I am using Windows 2000 as OS. From I have known that's the windows default security property cause the popup message to warning the user that mail could be virus,,,. Therefore they made you to make a decision wether you allow the program send the email. The set warning off property in the macro won't work. Does anyone have any idea?

Thanks.
 
I think this is the default for Outlook 2000 when you install one of the latest service releases for it.

There is a work around for it but I can not seem to find it right now. Try the KB database.
 

Users who are viewing this thread

Back
Top Bottom