I am trying to search trough a 200,000 plus Outlook GAL using Excel VBA and the only thing I have as a search parameter is the alias property.
This can be done from the Outlook >> Address Book >> Advanced Find dialog and it returns a result quite fast.
I tried something like going trough each item, calling the ExchangeUser object and compare the Alias property against my search but it takes way to long.
The source is a monthly report that contains and ever changing Excel list of about 100 Aliases and each must be searched in an Outlook GAL with over 200,000 entries.
Is there a way to do it pragmatically from Excel that responds as fast as the outlook dialog?