Click or drag to resize

Email Class

This object contains information about the email address passed in the request.
Inheritance Hierarchy
SystemObject
  MaxMind.MinFraud.ResponseEmail

Namespace:  MaxMind.MinFraud.Response
Assembly:  MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntax
public sealed class Email

The Email type exposes the following members.

Constructors
  NameDescription
Public methodEmail
Initializes a new instance of the Email class
Top
Properties
  NameDescription
Public propertyFirstSeen
The date the email address was first seen by MaxMind.
Public propertyIsFree
This property is true if MaxMind believes that this email is hosted by a free email provider such as Gmail or Yahoo! Mail.
Public propertyIsHighRisk
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.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Top
See Also