Entourage: make new contact
Entourage: make new contact
- Subject: Entourage: make new contact
- From: Jolly Roger <email@hidden>
- Date: Fri, 01 Jun 2001 08:15:16 -0500
- Replyto: email@hidden
Can someone experienced with scripting Outlook Express / Microsoft Entourage
tell me why the following snippet returns no error but does not appear to
actually generate a new contact entry?
-- begin script
tell application "Microsoft Entourage"
set newContact to make new contact with data {first name:"First", last
name:"Last", default email address:"email@hidden", description:"This
contact was added via AppleScript."}
end tell
-- end script
Interestingly, when the script is complete, <newContact> does contain a
reference to the new contact; but if I open the Address Book window and type
the name "First" in the filter field, I get zero matches.
Any ideas?
JR