This object contains information about the email address passed in the request.
See Also: Inherited members from object.
|
Email
()
|
Documentation for this section has not yet been entered. |
[read-only] | IsFree | Nullable<bool> . This property is true if MaxMind believes that this email is hosted by a free email provider such as Gmail or Yahoo! Mail. |
[read-only] | IsHighRisk | Nullable<bool> . 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. |
Documentation for this section has not yet been entered.Syntax
public Email ()Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: MaxMind.MinFraud.Response
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0
This property is true if MaxMind believes that this email is hosted by a free email provider such as Gmail or Yahoo! Mail.Syntax
[Newtonsoft.Json.JsonProperty("is_free")]
public Nullable<bool> IsFree { get; }Value
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: MaxMind.MinFraud.Response
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0
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.Syntax
[Newtonsoft.Json.JsonProperty("is_high_risk")]
public Nullable<bool> IsHighRisk { get; }Value
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: MaxMind.MinFraud.Response
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0
Returns a string that represents the current object.Syntax
public override string ToString ()Returns
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: MaxMind.MinFraud.Response
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0