Re: email script redeux
Re: email script redeux
- Subject: Re: email script redeux
- From: "Gary (Lists)" <email@hidden>
- Date: Mon, 22 Aug 2005 13:21:17 -0400
"Michelle Steiner" wrote:
> tell application mail to set foo to make new outgoing message
> --> message ID <nnnn>
>
> However, when creating a reply, forward, or redirect message, nothing
> is returned.
>
> tell application mail to set foo to reply message ID <nnnn>
Michelle, I get different results with Mail 1.3.11 (v622); OSX.3.9
Here's a report for whatever it's worth.
telling "Mail" ...
--(The x's in the results are not part of the actual results.)
--
set foo to make new outgoing message
--> outgoing message id 67630xx
--
set thisMsg to first message of first message viewer
--> message 1 of mailbox "blah" of account "blah blah"
--
reply thisMsg with opening window
--> outgoing message id 680035xx
--
set foo to reply thisMsg with opening window
--> outgoing message id 67xx2464
foo
--> outgoing message id 67xx2464
class of foo
--> outgoing message
--
set bar to reply thisMsg -- no opening window
--> outgoing message id 6814x568
bar
--> outgoing message id 6814x568
class of bar
--> outgoing message
end tell
Hmmm...
--
Gary
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden