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 10:18:32 -0700
On Jan 3, 2007, at 10:04 AM, Martin Orpen wrote:
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.
Isn't that because you are attempting to set your variable to the
command "reply" rather than a value?
No. The following code sets the variable properly:
tell application "Mail"
set myMessage to make new outgoing message with properties
{visible:true, subject:"this is a subject", content:"This is a test
message."}
myMessage
end tell
--> outgoing message id 284965232 of application "Mail"
--
America: A nation of people avoiding moderation like it's the plague.
_______________________________________________
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