Title: Setting Contact Categories via Ascript
Hi all,
I want to assign some categories to selected contacts via a script but for some reason it's not working.
Here is the snippet:
tell application "Microsoft Entourage"
set theContacts to selection
repeat with i in the theContacts
set properties of i to {category:"Personal"}
end repeat
end tell
it returns the following:
--> Microsoft Entourage got an error: Can't set properties of contact id 920 to {category:"Personal"}.
In theory this should do it...
Any ideas?
cheers
michael
--
Michael Scheurer Consulting
ABN 28 341 745 738 -- Mobile: 0419 554 495
http://www.gpo.com.au/msc -- [EMAIL PROTECTED]
- Re: Setting Contact Categories via Ascript Michael Scheurer
- Re: Setting Contact Categories via Ascript Paul Berkowitz
- Re: Setting Contact Categories via Ascript Dan Crevier
- Re: Setting Contact Categories via Ascript Paul Berkowitz
- Re: Setting Contact Categories via Ascript Jan Sommerfeld
- Re: Setting Contact Categories via Ascript Keith Manley
- Re: Setting Contact Categories via Ascript Keith Manley
