すべてのカテゴリ » インターネット・パソコン » 技術・プログラミング

質問

終了

applesriptを使ってメールにルールを作ろうと思っています。
送られてきたメールにtestと書いてあればtest.scptが動くようにしたいです。
インターネットで調べ、ここまで書いたのですが、エラーが出ます。どうしたらよいでしょうか?

tell application "Mail"
set newRule to make new rule at end of rules with properties {name:"test rule", Run applescript:"test,scpt"}
tell newRule
make new rule condition at end of rule conditions with properties {rule type:message content, qualifier:does contain value, expression:"test"}
end tell
end tell

  • 質問者:しん
  • 質問日時:2015-11-11 08:47:30
  • 0

関連する質問・相談

Sooda!からのお知らせ

一覧を見る