MaxMind.MinFraud : MaxMind.MinFraud.Response Namespace

Email Class

This object contains information about the email address passed in the request.

Syntax

public sealed class 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

Members

See Also: Inherited members from object.

Public Constructors

Email ()
Documentation for this section has not yet been entered.

Public Properties

[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.

Public Methods

override
ToString () : string
Returns a string that represents the current object.

Member Details

Email Constructor

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

IsFree Property

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

IsHighRisk 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.

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

ToString Method

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