Paul Clapham wrote:I tracked it down on the web, and when I read its home page, I didn't see anything at all which suggested that it could be used to help send e-mails using TNEF. But perhaps I didn't read too carefully -- what did you see on that page which I missed?
Hi Paul,
Here is brief document of JTNEF:
http://www.freeutils.net/source/jtnef/
Middle-level: the net.freeutils.tnef package gives you access to the entire TNEF content through simple Java objects representing the underlying TNEF data structures. You can use these classes to access all TNEF attributes and MAPI properties that were sent with the message.
For example, you can choose to implement voting buttons or receipt notifications in your Java application by finding and interpreting the appropriate MAPI properties. This requires knowledge of the MAPI properties and their meaning.
When I downloaded the Package JTNEF, inside it include the source codes, and there are basic use use of TNEF. (I searched for "public static void main (
String args[])").
I would really appreciate any help from you because I've been really searching how to use this.
Thank you in advance.
Jemru