Re: Newbie apple mail quesion - Putting the Subject of the active email on the Clipboard
Re: Newbie apple mail quesion - Putting the Subject of the active email on the Clipboard
- Subject: Re: Newbie apple mail quesion - Putting the Subject of the active email on the Clipboard
- From: Michelle Steiner <email@hidden>
- Date: Tue, 5 Jan 2010 21:24:16 -0700
Thanks Ed, I tried this and the are no errors but pasting do not have the subject in the clipboard
---------
using terms from application "Mail" on perform mail action with messages theSelectedMessages tell application "Mail" set eachMessage to item 1 of theSelectedMessages set theSubject to subject of eachMessage end tell set the clipboard to theSubject end perform mail action with messages end using terms fromm
Taking it out of mail actions, and running it from Applescript Editor works. Don't know whether that will help you isolate the problem, though.
tell application "Mail" set theSelectedMessages to the selection set eachMessage to item 1 of theSelectedMessages set theSubject to subject of eachMessage end tell set the clipboard to theSubject
-- Michelle
-- Windows Vista: Viruses, Intrusions, Spyware, Trojans, and Adware.
|
_______________________________________________
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