MACSCRPT Archives

March 2013

MACSCRPT@LISTSERV.DARTMOUTH.EDU

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

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

Print Reply
Mime-Version:
1.0 (Mac OS X Mail 6.3 \(1503\))
Content-Type:
text/plain; charset=us-ascii
Date:
Tue, 26 Mar 2013 18:52:17 -0500
Reply-To:
Macintosh Scripting Systems <[log in to unmask]>
Subject:
From:
Christopher Stone <[log in to unmask]>
Message-ID:
In-Reply-To:
Content-Transfer-Encoding:
quoted-printable
Sender:
Macintosh Scripting Systems <[log in to unmask]>
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