PC Review


Reply
Thread Tools Rate Thread

Allow access to address book

 
 
Christian Goeller
Guest
Posts: n/a
 
      27th Apr 2007
DSPettit, you wrote on Fri, 27 Apr 2007 09:14:57 -0600:

> "A program is trying to access e-mail addresses you have stored in
> Outlook. Do you want to allow this?"


http://www.mapilab.com/outlook/security/

--
Best Regards
Christian Goeller
http://www.outlookfaq.net
 
Reply With Quote
 
 
 
 
DSPettit
Guest
Posts: n/a
 
      27th Apr 2007
Using VBA in Outlook 2000, I have a simple subroutine set up to send an
e-mail on certain events. When the code gets to the "JulieMsg.Send" line,
Outlook will prompt the user "A program is trying to access e-mail addresses
you have stored in Outlook. Do you want to allow this?" The user has to
allow this action to happen. I really need to automate this feature so that
it doesn't require user intervention. Is there any way to do this with the
code, or with some option settings within Outlook?

The code is as follows:

Sub HighPriorityNotify()

Dim JulieMsg As MailItem
Dim JulieRecip As Recipient

Set JulieMsg = Outlook.Application.CreateItem(olMailItem)

With JulieMsg
Set JulieRecip = .Recipients.Add("John Doe e-page")
JulieRecip.Type = olTo
.Subject = "JULIE - HIGH PRIORITY"

For Each JulieRecip In .Recipients
JulieRecip.Resolve
Next

JulieMsg.Send

End With

Set JulieMsg = Nothing

End Sub

Thanks,
Doug


 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
print only one address label from my Access address book =?Utf-8?B?aHVnaCBhbGV4YW5kZXI=?= Microsoft Access Getting Started 1 28th Mar 2007 04:51 PM
connect an email address in address book to an access database =?Utf-8?B?TGVzbGV5?= Microsoft Outlook Discussion 1 1st May 2006 04:50 PM
Code for the topic :E_ACCESSDENIED error when logging into a CDO session to access Global Address Book{Global Address List} deepu Microsoft Outlook 0 19th Sep 2005 12:55 PM
Re: Pass Email address from Address Book control into Access field Alex Ivanov Microsoft Access VBA Modules 2 19th Aug 2004 04:24 PM
How do I import Windows Address Book entries into the Outlook 2003 Address Book? Mark Microsoft Outlook 2 3rd Jan 2004 06:32 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:23 AM.