MsgConvertOnByteToStringConversion Property
Gets or sets the application-supplied callback MailBee will execute in order to convert bytes to string when making .EML from .MSG source.

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

Property Value

Type: ByteToStringConversionHandler
The default value is a null reference (Nothing in Visual Basic).
See Also