|
 |
access thread: Access2002 with Outlook - Security
Message #1 by "Ray Pinnegar" <r.pinnegar@b...> on Thu, 28 Mar 2002 12:46:50
|
|
I have moved from Access2000 (with W98) to Access2002 XP (with WXP Pro)
Keeping the back end database as Access2000 format and front end
programming in Access2002.
To send email I use the Outlook object model, i.e. Outlook.Appication,
and Outlook.MailItem
Now when I run it numerous Outlook Security dialog boxes appear asking
for confirmation at each object command line in the program.
Any ideas on correcting this would be appreciated.
Cheers Ray Pinnegar
Message #2 by "Leo Scott" <leoscott@c...> on Thu, 28 Mar 2002 00:53:46 -0800
|
|
You have run into Microsoft's wonderful Object Model guard for Outlook. It
appeared in Office 2000 SP2 or Outlook 98 up with the security patch
installed. The best way around it seems to be a utility called Redemption.
Search the web for that and with slight modification your code should run.
I am purposely staying at Office 2000 SP1 because of this patch. It is
designed to stop email viruses.
|-----Original Message-----
|From: Ray Pinnegar [mailto:r.pinnegar@b...]
|Sent: Thursday, March 28, 2002 12:47 PM
|To: Access
|Subject: [access] Access2002 with Outlook - Security
|
|
|I have moved from Access2000 (with W98) to Access2002 XP (with WXP Pro)
|Keeping the back end database as Access2000 format and front end
|programming in Access2002.
|
|To send email I use the Outlook object model, i.e. Outlook.Appication,
|and Outlook.MailItem
|
|Now when I run it numerous Outlook Security dialog boxes appear asking
|for confirmation at each object command line in the program.
|
|Any ideas on correcting this would be appreciated.
|
|Cheers Ray Pinnegar
|
|
|
 |