Short, maybe even handy, Address Book script
Short, maybe even handy, Address Book script
- Subject: Short, maybe even handy, Address Book script
- From: Michelle Steiner <email@hidden>
- Date: Tue, 24 Jun 2003 10:37:47 -0700
tell application "Address Book"
set M_List_Group to people of group "Mailing Lists"
repeat with This_Person in M_List_Group
set label of email 1 of This_Person to "List"
end repeat
end tell
It would have been nice if, instead of the repeat loop, it would be
possible to do this:
set label of email 1 of every item of M_List_Group to "List"
--Michelle
--
If you don't hit any bumps in the road, you're not moving.
_______________________________________________
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.