Click or drag to resize

Email Class

The email information for the transaction being sent to the web service.
Inheritance Hierarchy
SystemObject
  MaxMind.MinFraud.RequestEmail

Namespace:  MaxMind.MinFraud.Request
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
Constructor.
Top
Properties
  NameDescription
Public propertyAddress
The email address used in the transaction.
Public propertyAddressMD5
The MD5 generated from the email address.
Public propertyDomain
The domain of the email address.
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