winmail.dat

How do I handle Microsoft outlook winmail.dat? Any other surprises?

Hi guys Ive decided that I really dont like microsoft and their ways. Please could you give me directions on how to handle winmail.dat in emails, is there a jython library or a java library that will allow me to handle this. Ive just completed a email processing program, written in jython 2.2.1 on java 5. During the final load test, I ...

Winmail.dat sent to some recipients from address book

I’m making an addIn for Outlook(2003 and 2007) which is changing the body and the subject of the message that is sent in the ItemSend event handler. I have a problem with recipients receiving winmail.dat file for html content. I have found on forums that to avoid this I need to set UseTnef property to false for the message and PR_SEND_RI...