|
Hello All,
I am working on accessing mozilla address book
via an applet. I already have a working applet which can access address books
of client mail applicaitons like LOTUS, MS outlook, outlook exchange
and Netscape. Now I have been assigned to integrate mozilla address book
access.
I try to follow the procedure that has been
followed for Netscape (as mozilla coms from netscape family). In netscape a
NAB access .cpp (c++ ) file ahs been created that creates a wrapper to
various functions of NABAPI32.dll i.e.
NAB_Close
NAB_open
NAB_FreeMemory
NAB_GetAddressBookList
NAB_GetFirstAddressBookEntry
NAB_GetNexyAddressBookEntry
Now as i need to integrate mozilla, i think i
need to write an equivalent .cpp program but i am not able to locate
AddressBookAPI for mozilla like we have NABAPI32.dll for
netscape.
Any ideas ???
Thanks in advance
Sandeep
|