1

I would like to send a task to outlook from a java backend.

I found this thread here which is not resolved (and from 2012): How to send Outlook tasks requests by mail without Outlook?

Does it exist a library that can make a TNEF-file for java?

Community
  • 1
  • 1
David Berg
  • 1,958
  • 1
  • 21
  • 37

1 Answers1

0

Take a look in Apache POI Project. Seems like HMEF is a pure Java implementation of Microsoft's TNEF

Luan Reffatti
  • 489
  • 4
  • 11
  • It seems like it is only for reading TNEF-files. Second line on the page you linked says "HMEF provides a read-only api", or am I missing something? – David Berg Oct 02 '15 at 19:02