| MsgConvertMsgAsUnicode Property | 
            Gets or sets whether string values during .EML-to-.MSG transformation will be saved as Unicode (allows using international characters).
            
 
Namespace: MailBee.OutlookAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
 Syntax
Syntaxpublic bool MsgAsUnicode { get; set; }Public Property MsgAsUnicode As Boolean
	Get
	Set
Property Value
Type: 
BooleanIf 
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
RemarksHTML body encoding is not affected by this property because HTML body is neither Unicode nor ANSI (it's usually UTF-8).
 See Also
See Also