MailBee.NET Objects 7.2

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.

public delegate string ByteToStringConversionHandler(
   byte[] data
);

Parameters

data
A byte array for conversion to string.

Return Value

A string after conversion from bytes with user-defined encoding.

Requirements

Namespace: MailBee.Outlook

Assembly: MailBee.NET (in MailBee.NET.dll)

See Also

MailBee.Outlook Namespace