Click or drag to resize
ValidateEmailEventArgs Class
The event args that are fired every time an email is validated.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    NeevSoftware.ComponentsValidateEmailEventArgs

Namespace: NeevSoftware.Components
Assembly: NeevSoftware.EmailValidator (in NeevSoftware.EmailValidator.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public class ValidateEmailEventArgs : EventArgs

The ValidateEmailEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodValidateEmailEventArgs
Creates an instance of the MXValidateRowCompoleteArgs object.
Public methodValidateEmailEventArgs(String, Boolean, Boolean)
Creates an event arg and sets all available properties.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyCancel
Cancels mass quantity email validation.
Public propertyEmailAddress
The email address related to this event.
Public propertyIsValid
Is Valid Email Address
Public propertySmtpTranscript
Gets all data sent to and received from the SMTP server.
Top
See Also