![]() |
Outlook 2003 Scurity Prompts
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"? |
Outlook 2003 Scurity Prompts
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 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Lucia" wrote in message ups.com... 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"? |
Outlook 2003 Scurity Prompts
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 |
All times are GMT +1. The time now is 08:53 PM. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2006 OutlookBanter.com