Re: scripting 'mail' from OS X
Re: scripting 'mail' from OS X
- Subject: Re: scripting 'mail' from OS X
- From: Cornwall <email@hidden>
- Date: Wed, 20 Mar 2002 20:35:48 -0800
On 3/19/2002, cricket wrote:
If the message is selected (but not opened in a separate window), you
could use something like this:
tell application "Mail"
set theSelectedMessages to the selection
--and some more
end tell
Does that run for you? When I try it I get a run time error:
Mail got an error:
NSReceiverEvaluationScriptError: 3
And "selection" is highlighted.
OSX 10.1.3, AppleScript 1.8.2b3.
Thanks
Corny
_______________________________________________
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.