OpenPop.NET POP3 Library Documentation

EncodingFinder.FallbackDecoderDelegate Delegate

Delegate that is used when the EncodingFinder is unable to find an encoding by using the EncodingMap or general code.
This is used as a last resort and can be used for setting a default encoding or for finding an encoding on runtime for some characterSet.

public delegate Encoding FallbackDecoderDelegate(
   string characterSet
);

Parameters

characterSet
The character set to find an encoding for.

Return Value

An encoding for the characterSet or a null reference if none could be found.

Requirements

Namespace: OpenPop.Mime.Decode

Assembly: OpenPop (in OpenPop.dll)

See Also

OpenPop.Mime.Decode Namespace