【发布时间】:2014-09-21 01:13:52
【问题描述】:
我想使用 Apple 脚本循环遍历 MAC 计算机中 Outlook 2011 的所有文件夹(意味着某种自动化)。
我有脚本在运行时抛出错误。
tell application "Microsoft Outlook"
set thisAccount to exchange account "Sigmaco"
set thisFolders to mail folder of thisAccount
end tell
*tell application "Microsoft Outlook" to set folderList to the folders*
repeat with nextFolder in folderList
my ProcessFolder(nextFolder, outputFolder)
end repeat
但粗体行会引发错误,无法遍历所有文件夹。
请帮忙...
【问题讨论】:
标签: macos applescript outlook-2011