ImapOnSocketCreating Method
Used by MailBee to raise SocketCreating event.

Namespace: MailBee.ImapMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
protected void OnSocketCreating(
	SocketCreatingEventArgs args
)

Parameters

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