• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: email script redeux
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: email script redeux
      • From: Michelle Steiner <email@hidden>
References: 
 >email script redeux (From: Michelle Steiner <email@hidden>)

  • Prev by Date: Transmit: manipulating transfer window
  • Next by Date: Re: Transmit: manipulating transfer window
  • Previous by thread: email script redeux
  • Next by thread: Re: email script redeux
  • Index(es):
    • Date
    • Thread