Re: using reply all
Re: using reply all
- Subject: Re: using reply all
- From: Paul Scott <email@hidden>
- Date: Tue, 18 Oct 2011 12:07:24 -0700
Nice. Once again AS lives up to its promise of being user friendly!
Any idea why set content of theNewMessage to "###enter message content here###" doesn't work? And what's more, how could one possibly glean the correct solution from the dictionary?
Paul On Oct 18, 2011, at 11:50 AM, Zack Jarrett wrote: I use the following with reliable results: tell newMessage make new rich text at before the first paragraph of content with data "message content or whatever" end tell
Good luck! Zack
On Oct 18, 2011, at 10:08 AM, Emily Ong wrote: Hi there-
I'm trying to automate a simple reply all to a selected email from the inbox, but for some reason, I can't add content to the reply email. The console seems to say that the content is being "set", but nothing appears in the generated email (just the old reply to content). Am I doing something wrong here?
Thanks in advance!
tell application "Mail" set theSelection to selection set theMessage to item 1 of theSelection
try set theNewMessage to reply theMessage with opening window and reply to all tell theNewMessage set content of theNewMessage to "###enter message content here###" end tell
end try end tell
|
_______________________________________________
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/archives/applescript-users
This email sent to email@hidden