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: John Delacour <email@hidden>
- Date: Tue, 4 Mar 2003 00:33:27 +0000
- Mac-eudora-version: 6.0a9
At 8:10 pm -0400 3/3/03, Bill Briggs wrote:
Personally, I think the first example should just work, but it doesn't.
I agree, it should work. I don't have Entourage so can't test it,
but if you bracket it like this
tell app "Microsoft Entourage"
say (subject of message 1 of folder 1)
end tell
does it evaluate or not? Sometimes the parser that gets confused
with some constructs unless you enclose the reference in parens. See
if it works. I can't check it in that application.
It doesn't, but it ought to, and this does:
tell application "Microsoft Entourage"
say "" & subject of message 1 of folder 1
end tell
JD
_______________________________________________
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.