J integra alternative

Hey guysI need a solution for a problem. i need to access outlook from java to send mails from my app. i have tried jintegra and it works but i don't want to buy it. can anyone refer me to api's or tutorials that can help me accomplish the same thing jintegra does?
[281 byte] By [NoamOfDooma] at [2007-11-26 15:10:02]
# 1

Where did that requirement come from? Normally when people want to send e-mail from Java applications, they just use JavaMail code and connect it direct to their e-mail server, just like Outlook connects to the e-mail server. Trying to connect to Outlook to make it send the messages is horribly cumbersome. So don't do that. Just send the messages directly.

DrClapa at 2007-7-8 9:00:45 > top of Java-index,Core,Core APIs...
# 2

my prob is that i'm in a closed network with an exchange server, and that certain exchange server doesn't work with smtp.

the way jintegra work, i guess using com and the cdo thing it manages to send mail. i just wanna know if there are free alternatives like it or if there are any tutorials regarding the matter

NoamOfDooma at 2007-7-8 9:00:45 > top of Java-index,Core,Core APIs...