Mail: Message Reference Problem
Mail: Message Reference Problem
- Subject: Mail: Message Reference Problem
- From: Christopher Stone <email@hidden>
- Date: Tue, 14 Jul 2009 13:25:00 -0500
Hey Folks,
This works fine:tell application "Mail" tell message viewer 1 set m to item 1 of (get selected messages) tell m set mID to id set mBox to its mailbox end tell end tell end tell
But this fails to compile with this error: Expected end of line, etc. but found number.
tell application "Mail" message id 20260 of mailbox "INBOX" of account "someAccount" of application "Mail" end tell
What's up with that?
Thanks.
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden