Title: This script fails because the target is a subfolder...
This script fails because the target is a subfolder. Can someone please give me an example of how to fix it?

set
thirtyDaysAgo to (current date) - (1 * days)
tell application "Microsoft Entourage"
    move (every message in folder "Inbox" whose time received is less than thirtyDaysAgo and its category contains {category "Web Order"} and read status is read) to folder "SOH Web Orders"
end tell


Reply via email to