Re: Deleting Mail message in different languages
Re: Deleting Mail message in different languages
- Subject: Re: Deleting Mail message in different languages
- From: Michelle Steiner <email@hidden>
- Date: Sat, 10 May 2003 09:20:23 -0700
On Saturday, May 10, 2003, at 08:56 AM, Rob Jorgensen wrote:
What happens if you try this?
tell application "Mail"
set trashName to name of trash mailbox
set theMessage's mailbox to mailbox trashName
end tell
That works for me. I defined "theMessage" with these two lines:
set themessagelist to the selected messages of the first message viewer
set themessage to the first item of themessagelist
Trying to put it all in one line, e.g.
set themessage to the first item of the selected messages of the first
message viewer
Results in a run-time error.
--Michelle
--
George Bush == Timothy McVeigh == Saddam Hussein
_______________________________________________
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.