• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Short, maybe even handy, Address Book script
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Follow-Ups:
    • Re: Short, maybe even handy, Address Book script
      • From: Paul Berkowitz <email@hidden>
  • Prev by Date: how to define undefined group and tabgroup?
  • Next by Date: Selection in Safari
  • Previous by thread: how to define undefined group and tabgroup?
  • Next by thread: Re: Short, maybe even handy, Address Book script
  • Index(es):
    • Date
    • Thread