| Author |
importing the contact list from a MS-Exchange server.
|
s mahen perera
Ranch Hand
Joined: Mar 08, 2005
Posts: 101
|
|
Hi all, Has any one here done this using some Open source Java API ? I want to import the contact list from a MS-Exchnage server on to my web application which is written using struts. I tried importing the contacts as a webdav resource using org.apache.webdav.lib.WebdavResource but it does not support foreign characters i think. some of the contacts in the contact list have foreign characters like french . following is the code snippet when there are foreign characters in atleast one of the conatcts , then objContactList value is null. if there are no foreign characters in the contacts details , then objContactList returns the correct contact details. Some one pls help to solve this problem. Thanks
|
 |
 |
|
|
subject: importing the contact list from a MS-Exchange server.
|
|
|