MACSCRPT Archives

March 2013

MACSCRPT@LISTSERV.DARTMOUTH.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Christopher Stone <[log in to unmask]>
Reply To:
Macintosh Scripting Systems <[log in to unmask]>
Date:
Tue, 26 Mar 2013 18:52:17 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (27 lines)
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

ATOM RSS1 RSS2