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.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic 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