Re: Apply Entourage Rules
Re: Apply Entourage Rules
- Subject: Re: Apply Entourage Rules
- From: Paul Berkowitz <email@hidden>
- Date: Mon, 20 Nov 2000 18:45:02 -0800
On 11/20/00 3:25 PM, "email@hidden" <email@hidden> wrote:
>
Hello,
>
>
I'm trying to find a way to apply rules in entourage to messages via
>
AppleScript, much like Claris Emailer's 'apply filters'. I've been
>
through the Entourage dictionary, but I can't find any hook to get at the
>
rules.
>
>
I need something like this:
>
>
Tell application "entourage"
>
--make a list of messages
>
apply all rules to listOfMessages
>
-- or apply a select rule by name or ID
>
end tell
>
>
I know how to make the list of messages I want, but I can't get Entourage
>
to apply the rules. Any ideas how I can do this? Is there a bit of syntax
>
in the dictionary I'm missing?
>
You can't apply Rules in Entourage's AppleScript. They're not scriptable
that way. But you can replicate any Rule by script if you want to. Give a
few examples, and I can help you script the same thing.
--
Paul Berkowitz