Outlook 2003 Scurity Prompts

L

Lucia

I have modified a standard outlook form and got the security prompts
when VBScript code trys to access Outlook.Recipients. I have read Sue's
advice on this problem in the newsgroups and need some advice.

Sue states that "Outlook 2003 does not show security prompts on three
specific types of applications". The solution for VBScript is to use
the intrinsic Application Object. So I replaced
"CreateObject("Outlook.Application")" with "Application". The security
prompts disappeared. That's great!

But is there any side effect to use "Application"?
 
S

Sue Mosher [MVP-Outlook]

No. The side effects come with using any other method to get an OUtlook.Application object.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
L

Lucia

Hi, Sue,

thank you very much for your reply.

And I'm reading your book "Microsoft Outlook Programming". That is a
great book and it helps me a lot.

regards

Lucia
 

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