SubscoresEmailLocalPart Property |
The risk associated with the email address local part (the part of
the email address before the @ symbol). 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
Syntaxpublic Nullable<double> EmailLocalPart { get; }
Public ReadOnly Property EmailLocalPart As Nullable(Of Double)
Get
public:
property Nullable<double> EmailLocalPart {
Nullable<double> get ();
}
member EmailLocalPart : Nullable<float> with get
Property Value
Type:
NullableDouble
See Also