saving mails...
saving mails...
- Subject: saving mails...
- From: Jean-Christophe Helary <email@hidden>
- Date: Sat, 03 Feb 2018 21:41:14 +0900
Trying to go back to my mail saving thing where I save as raw message but then
can't reply to the mail when I open it...
The suggestion was that I, well, just save the mail.
So I'm trying various things among them:
use AppleScript version "2.4" -- Yosemite (10.10) or later
use scripting additions
tell application "Mail"
set myMail to item 1 of (get selection)
save myMail in ((POSIX path of (path to desktop folder)) & "myMail.eml")
end tell
and I can't make sense of what is *not* happening... myMail is supposed to be a
reference and save needs a reference. So what's wrong?
Jean-Christophe Helary
-----------------------------------------------
http://mac4translators.blogspot.com @brandelune
_______________________________________________
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