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.OutlookAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public ByteToStringConversionHandler OnByteToStringConversion { get; set; }
Public Property OnByteToStringConversion As ByteToStringConversionHandler
Get
Set
Property Value
Type:
ByteToStringConversionHandlerThe default value is a null reference (
Nothing in Visual Basic).
See Also