EmailAddressValidatorDataSent Event
Occurs when data is sent to 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 DataSent

Value

Type: MailBeeDataTransferEventHandler
Remarks
This event is raised when the component sends a request to an SMTP server or DNS server. The developer can use Protocol property to determine the protocol of the data just sent.
Examples
DataSent sample shows how to use this event for Smtp object. For EmailAddressValidator, usage pattern is the same.
See Also