ByteToStringConversionHandler Delegate
Defines the signature of a method supplied by the application in order to get string from SINGLE bytes data when making MSG-to-EML conversion.

Namespace: MailBee.Outlook
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public delegate string ByteToStringConversionHandler(
	byte[] data
)

Parameters

data
Type: SystemByte
A byte array for conversion to string.

Return Value

Type: String
A string after conversion from bytes with user-defined encoding.
See Also