Re: Mysterious OSX Mail scripting problem
Re: Mysterious OSX Mail scripting problem
- Subject: Re: Mysterious OSX Mail scripting problem
- From: Christopher Stone <email@hidden>
- Date: Tue, 29 May 2018 14:50:58 -0500
On 05/29/2018, at 14:03, David Crowe <email@hidden
<mailto:email@hidden>> wrote:
> Thank you so much for your suggested alternatives.
Hey David,
Too bad nothing works...
It always sucks when something that should just work doesn't.
I remember having a problem similar to this years ago, but I'm not finding any
references to this in my archives.
See if you can do something like this:
tell application "Mail"
tell item 1 of (get selection)
subject
end tell
end tell
Or this:
tell application "Mail"
set msgRef to a reference to item 1 of (get selection)
tell msgRef
subject
end tell
end tell
--
Take Care,
Chris
_______________________________________________
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