Hello,
I am using Exchange 2007 Web Services.
Coming from SQL Server background, we index SQL tables to be able to search for rows faster.
Is there a similar concept in ExchangeService.FindItems? Are there any fields (properties) that can be searched for found faster?
Essentially, I am looking for guides to optimize the performance of ExchangeService.FindItems and reduce its load impact on the exchange server.
Thank you,