SubscoresEmailTenure Property |
Note: This API is now obsolete.
The risk associated with the issuer ID number on the email
domain. If present, this is a value in the range 0.01 to 99.
Namespace:
MaxMind.MinFraud.Response
Assembly:
MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntax[ObsoleteAttribute("Deprecated effective August 29, 2019. This subscore will default to 1 and will be removed in a future release. The user tenure on email is reflected in the email address subscore MaxMind.MinFraud.Response.Subscores#EmailAddress.")]
public Nullable<double> EmailTenure { get; }
<ObsoleteAttribute("Deprecated effective August 29, 2019. This subscore will default to 1 and will be removed in a future release. The user tenure on email is reflected in the email address subscore MaxMind.MinFraud.Response.Subscores#EmailAddress.")>
Public ReadOnly Property EmailTenure As Nullable(Of Double)
Get
public:
[ObsoleteAttribute(L"Deprecated effective August 29, 2019. This subscore will default to 1 and will be removed in a future release. The user tenure on email is reflected in the email address subscore MaxMind.MinFraud.Response.Subscores#EmailAddress.")]
property Nullable<double> EmailTenure {
Nullable<double> get ();
}
[<ObsoleteAttribute("Deprecated effective August 29, 2019. This subscore will default to 1 and will be removed in a future release. The user tenure on email is reflected in the email address subscore MaxMind.MinFraud.Response.Subscores#EmailAddress.")>]
member EmailTenure : Nullable<float> with get
Property Value
Type:
NullableDouble
See Also