Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

using applescript reply all

I'm trying to automate a simple reply all to a selected email from the inbox, but for some reason, I can't add new 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 replytheMessage with opening window and reply to all

tell theNewMessage

set content of theNewMessage to "###enter message content here###"

end tell


end try

end tell

macbook pro, Mac OS X (10.6.4)

Posted on Oct 18, 2011 10:58 AM

Reply

There are no replies.

using applescript reply all

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.