getting multiple selected messages in Eudora?
getting multiple selected messages in Eudora?
- Subject: getting multiple selected messages in Eudora?
- From: KLW <email@hidden>
- Date: Mon, 14 Jul 2003 17:08:59 -0400
I am trying to improve a script I wrote for reporting spam to SpamCop
in Eudora <
http://theapotek.com/teknotes/archives/000037.html>. I
would like it to be able to perform its routines on several selected
e-mail at once, instead of just one at a time. The syntax I wish
would work, looks like this:
tell application "Eudora"
set messageCount to (count every message of selection)
repeat with n from 1 to (messageCount - 1)
--Do the work here
end repeat
end tell
This does not work (can't get every ... of ...). Does anyone have a
script where you've succeeded in creating an iterable list of
selected messages in Eudora? I'm using Eudora 6 and Mac OS 10.2.
Your help is appreciated.
//K
_______________________________________________
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.