I am trying to find a way to mimic the behaviour of Outlook 2010 (and earlier versions) of autocomplete. Of what I can find, the Autocomplete Cache is stored on a local file (.n2k-file). Also, there is a Suggested Contacts which also seems to be what I am looking for. http://www.windowsitpro.com/article/outlook/outlook-2010-autocomplete-cache-and-suggested-contacts
Is there any way to do hook up to the Autocomplete cache or Suggested Contacts this using Exchange Web Services 1.2 API with C#? Does anybody know a code example or documentation?