Re: myLoop: getting subject of messages in Mail.app
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.