EmailAddressValidatorDataReceived Event
Occurs when data is received from the network.

Namespace: MailBee.AddressCheck
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public event DataTransferEventHandler DataReceived

Value

Type: MailBeeDataTransferEventHandler
Remarks

This event is raised when the component receives a response from an SMTP server, or when a DNS response containing MX lookup results is returned. The developer can use Protocol property to determine the protocol of the data just sent.

Note Note
This event is also raised when zero-length data is received from the server. When a server sends zero-length data portion, it means the connection was closed.
Examples
DataReceived sample shows how to use this event for Smtp object. For EmailAddressValidator, usage pattern is the same.
See Also