从导入笔记邮件.app进入Evernote(Applescript)
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了从导入笔记邮件.app进入Evernote(Applescript)相关的知识,希望对你有一定的参考价值。
tell application "Mail" set theMessages to every message of the mailbox "NoteMigrate" repeat with thisMessage in theMessages set myTitle to the subject of thisMessage set myText to the content of thisMessage set myCreateDate to the date sent of thisMessage tell application "Evernote" create note with text myText¬ title myTitle ¬ notebook "Imported Notes" ¬ tags "imported_note" ¬ created myCreateDate end tell end repeat end tell
以上是关于从导入笔记邮件.app进入Evernote(Applescript)的主要内容,如果未能解决你的问题,请参考以下文章
iPad Pro 10.5+Apple Pencil之专注文献阅读与笔记效率的App综述