I have an OAB file with me. Now I want to programmatically read its contents using C #. Can someone suggest me some APIs that can be used to read OAB files. And related information.
Note. Not reading an Outlook or Exchange Server OAB file form (I don't want to read OAB from Exchange or Outlook.)
Explanation:
I manually copy this file from the exchange server on my computer. And now I want to read this offline address book (offline address book). I do not want my application to read OAB files from Exchange or Outlook. I want my application to allow the user to view the offline address book file stored on his machine and now read this file.
Hopefully itβs clear now :(
c #
Preeti
source share