Applescript:想要最前面的邮件窗口

时间:2016-09-28 18:45:04

标签: applescript

我正在编写一个AppleScript来在我的主Mail窗口中选择几个邮箱。我有两个消息查看器窗口,如下所示:

enter image description here

我有以下代码:

tell application "Mail"
    set frontViewer to front message viewer
    set selectedBoxes to selected mailboxes of frontViewer
end tell

当我运行它时,我得到结果:{mailbox "Mailboxes/Pending" of application "Mail"}

很明显,邮件在这里是个白痴(并不是我感到惊讶)。我该怎样做才能将其提交到提交中?

Mail vsn 9.3(build 3124),在El Capitan 10.11.6上运行。

0 个答案:

没有答案