Re: Simple Entourage AS Question
Re: Simple Entourage AS Question
- Subject: Re: Simple Entourage AS Question
- From: Gnarlodious <email@hidden>
- Date: Tue, 13 Apr 2004 21:48:46 -0600
Entity Dennis Wurster spoke thus:
>
What's the proper syntax for referring to a message that is being
>
processed by Entourage's mail rules?
Something like this?
tell application "Microsoft Entourage"
repeat while connection in progress
delay 1
end repeat
set newMsgs to every message in in box folder whose read status is
untouched
repeat with i from 1 to (count newMsgs)
set newMsg to item i of newMsgs
--do some stuff
end if
end repeat
end tell
-- Gnarlie
<
http://www.Gnarlodious.com/OSX/AppleScript/AppleScript.html>
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.