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
ただし、太字の行は、すべてのフォルダーを反復処理できないというエラーをスローします。
助けてください...