Re: getting multiple selected messages in Eudora?
Re: getting multiple selected messages in Eudora?
- Subject: Re: getting multiple selected messages in Eudora?
- From: Rob Jorgensen <email@hidden>
- Date: Mon, 14 Jul 2003 20:32:36 -0400
At 5:08 PM -0400 7/14/03, KLW wrote:
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.
See <
http://bbs.applescript.net/viewtopic.php?t=4565>.
--
Rob Jorgensen
Ohio, USA
_______________________________________________
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.