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: 0.6.0
Syntax
public Nullable<bool> IsHighRisk { get; }

Property Value

Type: NullableBoolean
See Also