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: 0.6.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 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
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Top
See Also