Address Book's AIM Handle
Address Book's AIM Handle
- Subject: Address Book's AIM Handle
- From: Yannis Angelidis <email@hidden>
- Date: Sat, 13 Sep 2003 05:48:10 +0300
Can you please give me an ex. on how I can set the AIM Handle of a person?
on makeAIMEntry(firstName, AIMName)
tell application "Address Book"
set aPerson to make new person at end of group "myGroup" with
properties {first name:firstName, note:"whatever"}
-- so far it's OK
set AIM Handle of contact info of aPerson to AIMName -- or
everything else I've tried with no succes
end tell
end makeAIMEntry
Thanks
_______________________________________________
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.