On Mar 26, 2013, at 16:46, Bill Steele <[log in to unmask]> wrote:
> set redirectMessage to redirect theMessage 
> etc.
> send redirectMessage

______________________________________________________________________

Hey Bill,

That's not enough to troubleshoot.

This works for me:

tell application "Mail"
  activate
  set msg to item 1 of (get selection)
  set outGoingMsg to redirect msg with opening window
  tell outGoingMsg
    make new recipient at end of to recipients with properties {name:"Name", address:"[log in to unmask]"}
    send
  end tell
end tell

--
Best Regards,
Chris