> and name is not "Send & Receive All"
> repeat with i from 1 to (count theScheduleList)
> set theSchedule to item i of theScheduleList
> execute schedule theSchedule
> end repeat
set theScheduleList to every schedule whose (enabled is true and name contains "foobar")
...
repeat with eachSchedule in theScheduleList
execute eachSchedule
end repeat
mikel
