I'm required to use .MSG extension as my organization's previous developments are not compatible with .EML files.
I've been trying to save mails by using SaveAsOMSG method, however I can't get past the following error message:
"No data is available for encoding 1252. For information on defining a custom encoding, see the documentation for the Encoding.RegisterProvider method."
Does anybody know how to achieve it?
Thanks in advance.