Re: Recipients in Mail.app
Re: Recipients in Mail.app
- Subject: Re: Recipients in Mail.app
- From: Rob Jorgensen <email@hidden>
- Date: Wed, 25 Jun 2003 10:02:42 -0400
At 1:31 PM +0100 6/25/03, John Delacour wrote:
At 9:43 pm -0400 24/6/03, Marc K. Myers wrote:
John Delacour wrote:
tell application "Mail"
set _message to make outgoing message with properties {visible:true}
tell _message
set r1 to {name:"me", address:"me@home"}
make to recipient at end with properties r1
end
end
I do hope they've replaced the team that is responsible for this mess.
I tried your code directly and I tried incorporating it into my
script. In both cases I got the same result: no recipients in the
message.
Well I'm using the same versions as you and it works fine here, so I
have no idea what can be wrong. I've also just tried it again, just
as written above, just to be sure, and it works.
It doesn't work for me either. Mail version 1.2.5 (v552) and OS X 10.2.6.
--
Rob Jorgensen
Ohio, USA
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.