Outlook automation for java

K

Kursat Kurtar

Hi;
I am a programmer and I want to use my application
with Outlook. My application is a java-based mail client. I
want to prepare my e-mail on my application and then I want
to pass the arguments(message body, sender, receiver
etc) to Outlook. And finally I can send my prepared
e-mail with Outlook. How can I achieve this? Thanks
for your all comments...
 
B

Bob

Kursat said:
Hi;
I am a programmer and I want to use my application
with Outlook. My application is a java-based mail client. I
want to prepare my e-mail on my application and then I want
to pass the arguments(message body, sender, receiver
etc) to Outlook. And finally I can send my prepared
e-mail with Outlook. How can I achieve this? Thanks
for your all comments...

Why not just use the Java Mail API and send it via a normal SMTP
server...?
 
K

Kursat Kurtar

Outlook mail client isnot enough for us, we have
specialized formatted mail templates, Hence we developped
the application that generates the message body. The
problem is that we want to use outlook for sending and
receiving mails. We need to pass some arguments (like
receiver, sender, message body) to outlook and we need to
take the same arguments from outlook. Thus, we need to
automate the outlook
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top