I created a simple interface that send an email. I have set the filename by
msg_out_renamed(MIME.FileName) = FileName;
This works fine in my outlook 2013, it shows as "client_inv_20160909090658.csv"
.
But the receipient who uses Outlook 2016 has it show up as "body.csv". When he decides to save the attachment the filename in the save as dialog is "client_inv_20160909090658.csv"
.
Why does this happen and is there a way i can prevent this from happening?