in reply to Outlook Addressbook Import

I would say that you should read rfc2426 which describes the vCard mime type which outlook can export to and read from. I've used this format for various projects, and it's my opinion that it would be the easiest method of cross platform access.

C-.