programming outlook

  • Thread starter Thread starter Don Kilgore
  • Start date Start date
D

Don Kilgore

Does anyone know if it is possible to program outlook
using java? I'm mostly interested in commands to open
outlook, add a name in the "TO" field and add a msg body.

Thanks,
Don
 
Hello Don,
Does Java support Microsoft COM ? If yes, then you can.
Indeed, Outlook provides you with a set of COM classes and
methods allowing you to programmatically create
appointments, tasks, e-mails, ...
Tran Gia Loc.
 
Back
Top