In my spare time, I'm working on a quick little app that will do this for
you. It's certainly not polished, but it will do the job. I haven't a
timeframe for when I'll get this out the door.
If you're familiar with Mac programming, it's fairly easy using either
MDQuery or NSMetadataQuery objects. You just have to create a query with
the following in the query syntax:
(kMDItemContentType == "com.microsoft.entourage.virtual.message") ||
(kMDItemContentType == "com.microsoft.entourage.virtual.task") ||
(kMDItemContentType == "com.microsoft.entourage.virtual.event") ||
(kMDItemContentType == "com.microsoft.entourage.virtual.contact") ||
(kMDItemContentType == "com.microsoft.entourage.virtual.group") ||
(kMDItemContentType == "com.microsoft.entourage.virtual.note")
You can see this in action if you create a Smart Folder in the Finder,
select "Other..." from the criteria drop-down, choose "Raw Query" in the
list of possible criteria, and past the above inside. Then just add an
additional query for a field like "Name" and enter the name you are
searching for.
I will note that the Finder does some strange things with Entourage items in
Smart Folder results, so this is of limited use. I'm explanining this more
to demonstrate what could be done in the future rather than what's there
today.
-Andy
--
Andy Ruff
MacBU Program Management
Entourage Weblog:
http://blogs.msdn.com/entourage/
This posting is provided ³AS IS² with no warranties, and confers no rights.