SmtpReceiveAgent.OnRcptCommand event

The OnRcptCommand event occurs when the server receives a Simple Mail Transfer Protocol (SMTP)RCPT command.

Namespace:  Microsoft.Exchange.Data.Transport.Smtp
Assembly:  Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)

Syntax

'Declaration
Protected Event OnRcptCommand As RcptCommandEventHandler
'Usage
Dim handler As RcptCommandEventHandler

AddHandler Me.OnRcptCommand, handler
protected event RcptCommandEventHandler OnRcptCommand

See also

Reference

SmtpReceiveAgent class

SmtpReceiveAgent members

Microsoft.Exchange.Data.Transport.Smtp namespace