Re: Entourage: make new contact
Re: Entourage: make new contact
- Subject: Re: Entourage: make new contact
- From: Paul Berkowitz <email@hidden>
- Date: Fri, 01 Jun 2001 10:12:25 -0700
On 6/1/01 9:46 AM, I wrote:
>
It only seems to work with one email address, which should be good enough.
>
You can always add more as elements.
>
Nope, I found a way to add as many email addresses as wanted at inception.
Just put them in a list. Very handy.
tell application "Microsoft Entourage"
set newContact to make new contact with properties {first name:"First",
last name:"Last", email address:{"email@hidden", "a@bc.d"},
description:"This contact was added via AppleScript."}
end tell
--
Paul Berkowitz