私はapplescriptを初めて使用します。選択したOutlook(2011)の電子メールの件名を次のAppleScriptで取得しようとしています。
tell application "Microsoft Outlook"
set theMessage to the current messages
get the subject of theMessage
end tell
しかし、次のエラーメッセージが表示されます。
{アプリケーション"MicrosoftOutlook"の着信メッセージID392990}の件名を取得できません
誰か助けてくれませんか?