How does MapiMessage pick the code page to use to decode string properties?
Specifically for .NET, will it use an Encoding instance that throws an Exception if it is unable to decode a character or does it use one that …...it use one that will just replace characters that cannot be decoded...Encoding instance typically replaces characters that cannot be...