Re: Duplicated Message Content
Re: Duplicated Message Content
- Subject: Re: Duplicated Message Content
- From: John <email@hidden>
- Date: Thu, 21 Nov 2013 10:46:30 -0500
Thanks again for the insights... This seems to work.
property choAddress : "email@hidden"
tell application "Mail" to set theMessages to messages of inbox
tell application "Mail"
set aMessage to first item of (get selection)
set quote original message to true
set replyMessage to reply aMessage with opening window
delay 1
set quote original message to false
tell replyMessage
delete every to recipient
make new to recipient at beginning of to recipients with properties {address:choAddress}
end tell
end tell
John
_______________________________________________
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