| Author |
Accessing Address Book
|
Sahil Sharma
Ranch Hand
Joined: Aug 27, 2003
Posts: 152
|
|
Hi, How can i access address book from java code ?. I have an email field in my website and I want to provide a link to the user, so that he can select the mail receipent from the address book. Thnx in Adv.
|
 |
Stuart Ash
Ranch Hand
Joined: Oct 07, 2005
Posts: 637
|
|
|
Which address book??
|
ASCII silly question, Get a silly ANSI.
|
 |
Sahil Sharma
Ranch Hand
Joined: Aug 27, 2003
Posts: 152
|
|
|
we are using microsoft outlook.So, i want to access the address book of it.
|
 |
Stuart Ash
Ranch Hand
Joined: Oct 07, 2005
Posts: 637
|
|
Is this a server-based application or a standalone installed program, which is to access the address book. Further, you realize that Java is platform-independent and MS Outlook is dependent. There might be a Windows Control or something somewhere, but it is again doubtful whether it has been adapted for invocation from Java. Try to get your enduser to export the contents of his address book as a CSV file and then you import them to your program.
|
 |
Sahil Sharma
Ranch Hand
Joined: Aug 27, 2003
Posts: 152
|
|
|
is there ne way i can access this outlook address book through javascript. i have heard it can access ActiveXObject. May be some ActiveXObject is available for accessing the same.
|
 |
Jan Groth
Ranch Hand
Joined: Feb 03, 2004
Posts: 456
|
|
i like your style...
|
 |
 |
|
|
subject: Accessing Address Book
|
|
|