On or near 2/13/04 8:39 PM, Michael J. Kobb at [EMAIL PROTECTED] observed:

> Greetings,
> 
>   I remember the tip from the list that you can remove unwanted addresses
> that Entourage has "remembered" for you by adding the address to the address
> book, then deleting the entry.  This is a nice workaround, and does indeed
> work.

Check the Entourage Help website for more info about this in OS X:

<http://www.entourage.mvps.org/faq/faqs.html#Anchor-10>
> 
>   Could this process be automated?  I'd be interested in trying to write
> this script if anybody could offer some pointers as to how to get started.
> I want to learn more about Entourage scripting anyway.
> 
It could be. You'd use
    set eml to display dialog "Enter e-mail address" default answer ""

to prompt for the e-mail address to add. Then

    set theContact to make new contact with properties{address:eml}
    delete theContact

But before you go to all the trouble of setting that up, read the advice on
the help pages...
-- 
Microsoft MVP for Entourage/OE/Word (MVPs are volunteers)
Allen Watson <[EMAIL PROTECTED]> Entourage FAQ site:
<http://www.entourage.mvps.org/>
AppleScripts for Outlook Express and Entourage:
 <http://allenwatson.thinkaccess.net/Scripts>
Entourage Help Pages: <http://www.entourage.mvps.org/>


-- 
To unsubscribe:                     
<mailto:[EMAIL PROTECTED]>
archives:       
<http://www.mail-archive.com/entourage-talk%40lists.letterrip.com/>
old-archive:       
<http://www.mail-archive.com/entourage-talk%40lists.boingo.com/>

Reply via email to