• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: using reply all
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: using reply all


  • Subject: Re: using reply all
  • From: Zack Jarrett <email@hidden>
  • Date: Tue, 18 Oct 2011 11:50:25 -0700

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

-emily



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
  • Follow-Ups:
    • Re: using reply all
      • From: Christopher Stone <email@hidden>
    • Re: using reply all
      • From: Paul Scott <email@hidden>
References: 
 >using reply all (From: Emily Ong <email@hidden>)

  • Prev by Date: using reply all
  • Next by Date: Re: using reply all
  • Previous by thread: using reply all
  • Next by thread: Re: using reply all
  • Index(es):
    • Date
    • Thread