Click or drag to resize
EmailHashServiceGetEmailHash Method
Gets hash for given emailAddress.

Namespace: CMS.Newsletters.Internal
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 10.0.0
Syntax
C#
public string GetEmailHash(
	string emailAddress
)

Parameters

emailAddress
Type: SystemString
Email address tracked link is sent to

Return Value

Type: String
Hash obtained from given input parameters
Exceptions
ExceptionCondition
ArgumentNullExceptionemailAddress is null
See Also