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: 0.6.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
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