I am having an issue saving the body of a Chinese email. The text displays as corrupted junk characters (e.g., ÊN)Y b...) instead of the original Chinese text (今天我會寄...). How can I save it in Unicode while preserving th…...ReadAllBytes(path); string content; if (bytes.Length >= 2) { if...0xFF && bytes[1] == 0xFE) content = Encoding.Unicode.GetString(bytes);...