Re: AppleScript-Users Digest, Vol 5, Issue 391
Re: AppleScript-Users Digest, Vol 5, Issue 391
- Subject: Re: AppleScript-Users Digest, Vol 5, Issue 391
- From: Michelle Steiner <email@hidden>
- Date: Fri, 27 Jun 2008 19:48:25 -0700
On Jun 27, 2008, at 12:01 PM, Luther Fuller wrote:
But that is more or less how I'm doing it now. I was looking for
something simpler. I guess I will just have to continue processing
lists of messages.
Here is my solution:
tell application "Mail"
repeat
try
delete some message of mailbox "test"
on error msg
exit repeat
end try
end repeat
end tell
-- Michelle
--
Your right to free speech does not incur an obligation for anyone to
listen.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden