MailBee.NET Objects 7.2

Smtp.OnSocketConnected Method 

Used by MailBee to raise SocketConnected event.

protected internal override void OnSocketConnected(
   SocketConnectedEventArgs args
);

Parameters

args
The object containing event data.

Remarks

See OnConnected method documentation on more information regarding OnEventName methods in MailBee.

See Also

Smtp Class | MailBee.SmtpMail Namespace | SocketConnected | OnConnected