Re: Mail.app "reply" verb returning nothing
Re: Mail.app "reply" verb returning nothing
- Subject: Re: Mail.app "reply" verb returning nothing
- From: Daniel Jalkut <email@hidden>
- Date: Wed, 3 Jan 2007 11:46:51 -0500
On Jan 3, 2007, at 11:38 AM, deivy petrescu wrote: On Jan 3, 2007, at 11:16, Michelle Steiner wrote:
On Jan 3, 2007, at 7:31 AM, deivy petrescu wrote:
tell application "Mail" activate set viewer to message viewer 1 -- it took Google to tell me I needed the "1" here... tell viewer set msgs to selected messages set msg to first item of msgs end tell set myReply to reply msg with opening window if myReply is false then set j to "empty reply?!" else set j to "ok" end if end tell j
I get "The variable myReply is not defined." in the "if" line.
-- Michelle
I do get it. It is the <<class>> id 3 in my script. And I do get an "ok". So, do you have any foreign OSAXen ?
Just another data point - I copy/pasted the script into my script editor and ran it, and I also get the "variable myReply is not defined" problem.
D
|
_______________________________________________
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/mailman//archives/applescript-users
This email sent to email@hidden