MCRFraudData::isEmailFraud Method
Checks if the given email is in the fraud static data table and returns the score if found.
Syntax
client server public static int isEmailFraud(LogisticsElectronicAddressLocator _email)
Run On
Called
Parameters
- _email
Type: LogisticsElectronicAddressLocator Extended Data Type
Email address to check against the fraud table.
Return Value
Type: int
The fraud data score if the email is found in the fraud table; otherwise, 0.