Click or drag to resize

EmailDomain Class

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

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

The EmailDomain type exposes the following members.

Constructors
  NameDescription
Public methodEmailDomain
Initializes a new instance of the EmailDomain class
Top
Properties
  NameDescription
Public propertyFirstSeen
The date the email address domain was first seen by MaxMind.
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