Outlook 2003 Scurity Prompts

  • Thread starter Thread starter Lucia
  • Start date Start date
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"?
 
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
 
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
 
Back
Top