Outlook 2003

A

Alex

Using SBS 2003 & Outlook 2003
I can not find any instructions to turn off the security
warnings when sending an email by VBA. Much has been said
about ie Slipstick for Outlook 2002 but will this work for
SBS 2003 & Outlook 2003.
 
K

Ken Slovak - [MVP - Outlook]

The same rules apply for Outlook 2003 as in earlier versions. However,
in Outlook 2003 by default if the code is running in a COM addin
written to be trusted (only deriving Outlook objects from the
Application object passed in On_Connection) or is running in the
Outlook VBA project, the code is trusted and won't fire the security
prompts.
 
A

Alex

My applcation is predominately in Access using VBA code to
work a database, it creates an outlook object to create a
message and add attachements to before using the send
command. No Com addin has been written and On_Connection
is not a command I'm familar with. I have just installed
SBS 2003 which I understood had the facility to set up to
avoid such messages but can not find anything to help do
so.

Any further assistance would be appreciated.
 
K

Ken Slovak - [MVP - Outlook]

SBS has nothing to do with it unless you can use the Outlook security
form with that version of Exchange. Then you could avoid the problem
of the prompts. Otherwise you have to code correctly to avoid the
problem. See http://www.slipstick.com/outlook/esecup/admin.htm for
information about that.

Otherwise you might want to start looking at
http://www.slipstick.com/dev/comaddins.htm and
http://www.slipstick.com/dev/vb.htm for more information. I'd also
recommend getting a book about Outlook coding. Sue Mosher's Jumpstart
book is excellent. There's information about Outlook development books
at http://www.slipstick.com/books/dev.htm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top