Well, this is the situation:
Nav standard SMTP creates the email and then are sent using linux sendmail server.
Old email receipients are unable to read it (winmail.dat attachment) seems like NAV smtp codeunit (the automation inside it) adds this string to the emails:
X-MS-TNEF-Correlator: 0000000004AABE255148174592A07EE651D3645164A95E00
Altough rich text is not enabled (last parameter when you call the function)
is there any other smtp automation I could try?
It doesn´t work in old email clients and the user wants to....
many thanks!
Comments
Thanks for the response. Can you provide help? I don´t now what to download, how to use in nav...
thanks a lot. it works very well.
best regards
I´m still working with this.
Jmail works fine, the thing is the user wants to show up the outlook screen...
I´ve been trying this:
http://blogs.msdn.com/b/nav/archive/201 ... lient.aspx
but I still get TNEF string. Seems like the automation into CU397 does it. I tried the MAPIhandler from old NAV3.60 but can´t make it work. Seems like it can´t be instanced but it´s registered and compiled properly.
Any ideas?