MsgConvertMsgAsUnicode Property
Gets or sets whether string values during .EML-to-.MSG transformation will be saved as Unicode (allows using international characters).

Namespace: MailBee.Outlook
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public bool MsgAsUnicode { get; set; }

Property Value

Type: Boolean
If true, string values .EML-to-.MSG transformation will be saved as Unicode (allows using international characters); otherwise, as 8-bit ANSI strings. The default is true.
Remarks
HTML body encoding is not affected by this property because HTML body is neither Unicode nor ANSI (it's usually UTF-8).
See Also