Click or drag to resize
BounceCheckerFallbackDecoderHandler Delegate
Occurs when a character set name could not be mapped to the encoding.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 9.0.0
Syntax
C#
public delegate Encoding FallbackDecoderHandler(
	string characterSet
)

Parameters

characterSet
Type: SystemString
Character set name

Return Value

Type: Encoding
See Also