Click or drag to resize

EmailIsHighRisk Property

This property is true if MaxMind believes that this email is likely to be used for fraud. Note that this is also factored into the overall risk_score in the response as well.

Namespace:  MaxMind.MinFraud.Response
Assembly:  MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntax
public Nullable<bool> IsHighRisk { get; }

Property Value

Type: NullableBoolean
See Also