Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The OnDisconnect event occurs when a Simple Mail Transfer Protocol (SMTP) connection to the server is closed.
Namespace: Microsoft.Exchange.Data.Transport.Smtp
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Protected Event OnDisconnect As DisconnectEventHandler
'Usage
Dim handler As DisconnectEventHandler
AddHandler Me.OnDisconnect, handler
protected event DisconnectEventHandler OnDisconnect