Entourage Script
Entourage Script
- Subject: Entourage Script
- From: Markus Stobbs <email@hidden>
- Date: Tue, 22 Apr 2003 12:06:16 -0600
I'm trying to write a script to save me from the horror of opening every
contact in my Entourage X address book and setting it's default address from
work to home. It seems this is the cause of my addresses not syncing
properly with my Palm so I need to fix it for all contacts. Gotta love that
buggy Entourage conduit.
Here's the script I'm trying...
tell application "Microsoft Entourage"
set theContacts to every contact
set default postal address of every item of theContacts to "home"
end tell
And the error message I'm getting...
Can't set <<class Dptl>> of {<<class cAbE>> id 1 of application "Microsoft
Entourage", <<class cAbE>> id 478 of application "Microsoft Entourage"}
and so on for every id...
Anyone have any thoughts about what I might be doing wrong?
Thanks,
Markus
email@hidden
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.