Copy ONLY the from "email address" from the current selected apple mail email Following
Copy ONLY the from "email address" from the current selected apple mail email Following
- Subject: Copy ONLY the from "email address" from the current selected apple mail email Following
- From: Dave <email@hidden>
- Date: Sun, 26 Jul 2015 13:31:50 -0700
I am try to create a simple AS that can copy ONLY the from "email address" from the current selected apple mail email and not the name also.
I would like to parse it out so the paste is just:
email@hiddenCan anyone help help mod this script to just pull out the email address?
tell application "Mail"
set theSelectedMessages to the selection
set eachMessage to item 1 of theSelectedMessages
set theSender to sender of eachMessage
set the clipboard to theSender
end tell
--
Thanks - Dave
_______________________________________________
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