ImapOnSocketConnected Method
Used by MailBee to raise SocketConnected event.

Namespace: MailBee.ImapMail
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
protected void OnSocketConnected(
	SocketConnectedEventArgs args
)

Parameters

args
Type: MailBeeSocketConnectedEventArgs
The object containing event data.
Remarks
See OnConnected(ConnectedEventArgs) method documentation on more information regarding OnEventName methods in MailBee.
See Also