Outlook automation for java

  • Thread starter Thread starter Kursat Kurtar
  • Start date Start date
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...
 
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...?
 
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
 
Back
Top