Re: Mail.app "reply" verb returning nothing
Re: Mail.app "reply" verb returning nothing
- Subject: Re: Mail.app "reply" verb returning nothing
- From: Michelle Steiner <email@hidden>
- Date: Wed, 3 Jan 2007 09:16:10 -0700
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
--
"So why did you do it?
"Cause I was told not to"
_______________________________________________
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