github201407 / contactlistimporter

Automatically exported from code.google.com/p/contactlistimporter
1 stars 0 forks source link

Reading the Email Address from Outlook. #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

   I have integrated the hotmailimporter code into my application. and it 
is working fine. and also In my application i want to read the email 
addresses from Outlook, Thunderbird, Entourage. how can i implement this ? 
Please suggest me.

Thanks,
Ravi. R

Original issue reported on code.google.com by r.rravik...@gmail.com on 1 Sep 2008 at 2:44

GoogleCodeExporter commented 9 years ago
You should create a subclass of the ContactListImporter interface, maybe a 
class hierarchie like this:
OutputStreamContactListImporter implements ContactListImporter
OutlookImporter extends OutputStreamContactListImporter 
ThunderbirdImporter  extends OutputStreamContactListImporter 
Entourage  extends OutputStreamContactListImporter 

The actual implementation for the import depends on the file format.
But importing from files should be easier that from a webpage.

Original comment by tje...@gmail.com on 1 Sep 2008 at 6:38

GoogleCodeExporter commented 9 years ago
Hi,
  Thanks for giving the reply. It would be better if you provide me the more 
details. if possible source code.

Thanks,
Ravi. R

Original comment by r.rravik...@gmail.com on 2 Sep 2008 at 11:20

GoogleCodeExporter commented 9 years ago
I am currently graduating, if you want the source code you can hire me.

Original comment by tje...@gmail.com on 2 Sep 2008 at 11:22

GoogleCodeExporter commented 9 years ago
Marking this as a wontfix

Original comment by tje...@gmail.com on 29 Sep 2008 at 7:45