This documentation is archived and is not being maintained.
SmtpReceiveAgent.OnRcptCommand Event
EWS Managed API
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)
Assembly: Microsoft.Exchange.Data.Transport (in microsoft.exchange.data.transport.dll)
protected: event RcptCommandEventHandler^ OnRcptCommand { void add (RcptCommandEventHandler^ value); void remove (RcptCommandEventHandler^ value); }
/** @event */ protected void add_OnRcptCommand (RcptCommandEventHandler value) /** @event */ protected void remove_OnRcptCommand (RcptCommandEventHandler value)
JScript supports the use of events, but not the declaration of new ones.
Show: