Click or drag to resize
BounceChecker.OnFallbackDecoderEvent Event
Occurs when a character set from email content type header could not be mapped to the encoding. This allows to map given character set name to the encoding manually.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 12.0.0
Syntax
C#
public static event BounceChecker. FallbackDecoderHandler OnFallbackDecoderEvent

Value

Type: CMS.Newsletters.BounceChecker.FallbackDecoderHandler
See Also