Correct, I'd like to search an entire store for keywords, i.e. "Local 38" AND
"Konocti" AND "Smith" and so on. If possible I'd like to setup one string of
words to search for and hit all mailboxes since I am unable to do it via the
data store.
I'd alos like to do it in an automated fashion as I suspect this could take
quite a bit of time to conduct the search. Any KB article or direction you
can point me in would be appreciated.
Hello,
as I said, you must do this mailbox by mailbox.
You can use WebDAV to accomplish your task, but it's quite complicated.
To enumerate all users, you must first get a list of all users who actually
have a mailbox (see http://www.infinitec.de/exchange/howtos/getgal.aspx).
Foreach entry you got in the last process, do the following:
Then, build the mailbox url
(http://www.infinitec.de/exchange/howtos/getmailboxurl.aspx).
To search one mailbox, see the Exchange SDK
(http://msdn.microsoft.com/library/en-us/e2k3/e2k3/_exch2k_search_tasks.asp)
Greetings,
Henning Krause [MVP]
> Correct, I'd like to search an entire store for keywords, i.e. "Local 38"
> AND
[quoted text clipped - 38 lines]
>> > not
>> > quite so obvious to me.
Sinnatagen57 - 30 Mar 2006 19:07 GMT
Thank ypu. I'll give it a try.
> Hello,
>
[quoted text clipped - 57 lines]
> >> > not
> >> > quite so obvious to me.