A question to script Entourage using ist built-in fast mail search:
Is there a way to get the selection of mails that is filtered through a mail
view folder into an AppleScript?
Sort of "get every mail of <my custom mail view folder>"?
No there isn't. 'custom view' has no 'results' property, only name and ID
properties. There's nothing much you can do with it. It's been requested
often - we can only hope it will eventually be possible. I answered the same
question in greater detail about 2 days ago. Another hope is that maybe when
the next update comes out with Spotlight features, there might be some way
to script the Spotlight files - we'll have to wait and see. In the meantime
you can only use the same criteria via AppleScript - meaning iterating
folder by folder with a recursive handler that checks subfolders -- really,
really slow and tedious.
--
Paul Berkowitz
MVP MacOffice
Entourage FAQ Page: <
http://www.entourage.mvps.org/faq/index.html>
AppleScripts for Entourage: <
http://macscripter.net/scriptbuilders/>
Please "Reply To Newsgroup" to reply to this message. Emails will be
ignored.
PLEASE always state which version of Microsoft Office you are using -
**2004**, X or 2001. It's often impossible to answer your questions
otherwise.