• 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: myLoop: getting subject of messages in Mail.app
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: myLoop: getting subject of messages in Mail.app


  • Subject: Re: myLoop: getting subject of messages in Mail.app
  • From: cricket <email@hidden>
  • Date: Mon, 3 Mar 2003 16:55:27 -0800

It doesn't, but it ought to, and this does:

tell application "Microsoft Entourage"
say "" & subject of message 1 of folder 1
end tell

This is another case of an implied get that's caused by the left side of the '&' expression being a string, which coerces the right part to a string.

As I said, there are some cases where an implied get exists, and others where it doesn't.

- cricket

----->
Software Entomologist  Mail for Mac OS X
http://www.apple.com/macosx/jaguar/mail.html
---------->
It's much easier to hug people when they hug back.
_______________________________________________
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.

References: 
 >Re: myLoop: getting subject of messages in Mail.app (From: Bill Briggs <email@hidden>)

  • Prev by Date: Re: myLoop: getting subject of messages in Mail.app
  • Next by Date: Trigger script when an app is no longer frontmost?
  • Previous by thread: Re: myLoop: getting subject of messages in Mail.app
  • Next by thread: Re: myLoop: getting subject of messages in Mail.app
  • Index(es):
    • Date
    • Thread