Click to Rate and Give Feedback
MSDN
MSDN Library
Exchange Server
Reference
 RcptCommandEventHandler Delegate
Collapse All/Expand All Collapse All
RcptCommandEventHandler Delegate

The RcptCommandEventHandler delegate represents the method that will handle the OnRcptCommand event in a class that derives from the SmtpReceiveAgent class.

Namespace: Microsoft.Exchange.Data.Transport.Smtp
Assembly: Microsoft.Exchange.Data.Transport (in microsoft.exchange.data.transport.dll)
VisualBasicDeclaration
Public Delegate Sub RcptCommandEventHandler ( _
    source As ReceiveCommandEventSource, _
    e As RcptCommandEventArgs _
)
CSharp
public delegate void RcptCommandEventHandler (
    ReceiveCommandEventSource source,
    RcptCommandEventArgs e
)
ManagedCPlusPlus
public delegate void RcptCommandEventHandler (
    ReceiveCommandEventSource^ source, 
    RcptCommandEventArgs^ e
)
JSharp
/** @delegate */
public delegate void RcptCommandEventHandler (
    ReceiveCommandEventSource source, 
    RcptCommandEventArgs e
)
JScript
JScript supports the use of delegates, but not the declaration of new ones.

Parameters

source

The source of the event.

e

An instance of the RcptCommandEventArgs class that contains the data for the event.

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows Server 2003
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement | Site Feedback
Page view tracker