Click or drag to resize
ValidateEmailEventArgs Constructor (String, Boolean, Boolean)
Creates an event arg and sets all available properties.

Namespace: NeevSoftware.Components
Assembly: NeevSoftware.EmailValidator (in NeevSoftware.EmailValidator.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public ValidateEmailEventArgs(
	string emailAddress,
	bool Cancel,
	bool IsValid
)

Parameters

emailAddress
Type: SystemString
The email address related to this event.
Cancel
Type: SystemBoolean
Cancels mass quantity email validation.
IsValid
Type: SystemBoolean
Whether Email Address is valid
See Also