I want to integrate outlook in my desktop based java application. Can any one tell what are the solution for this. I have searched many items but they are paid service. is there any open source library which can do this? please help.
Regards.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use
Jinterop a Java Open Source library (under LGPL) that implements the DCOM wire protocol
or
JaWin is a open source architecture for interoperation between Java and components exposed through Microsoft’s Component Object Model (COM) or through Win32 Dynamic Link Libraries (DLLs).