ImapOnSocketCreating Method |
Namespace: MailBee.ImapMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax protected void OnSocketCreating(
SocketCreatingEventArgs args
)
Protected Sub OnSocketCreating (
args As SocketCreatingEventArgs
)
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