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 OnRsetCommand event occurs when the server receives a Simple Mail Transfer Protocol (SMTP)RSET command.
Namespace: Microsoft.Exchange.Data.Transport.Smtp
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Protected Event OnRsetCommand As RsetCommandEventHandler
'Usage
Dim handler As RsetCommandEventHandler
AddHandler Me.OnRsetCommand, handler
protected event RsetCommandEventHandler OnRsetCommand