Click or drag to resize
IEmailHashValidatorValidateEmailHash Method
Validates given hash against emailAddress.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 12.0.0
Syntax
C#
bool ValidateEmailHash(
	string hash,
	string emailAddress
)

Parameters

hash
Type: SystemString
Hash to be validated
emailAddress
Type: SystemString
Email address tracked link is sent to

Return Value

Type: Boolean
True, if given hash is valid; otherwise, false
See Also