What API can I use to read OAB files?

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 :(

+6
c #
source share
1 answer

I don't know anyone API, but you can write your own interface using the specification for OAB files .

+2
source share

All Articles