EndOfDataEventHandler Delegate

The EndOfDataEventHandler delegate represents the method that will handle the OnEndOfData event of 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)

Syntax

'Declaration
Public Delegate Sub EndOfDataEventHandler ( _
    source As ReceiveMessageEventSource, _
    e As EndOfDataEventArgs _
)
public delegate void EndOfDataEventHandler (
    ReceiveMessageEventSource source,
    EndOfDataEventArgs e
)
public delegate void EndOfDataEventHandler (
    ReceiveMessageEventSource^ source, 
    EndOfDataEventArgs^ e
)
/** @delegate */
public delegate void EndOfDataEventHandler (
    ReceiveMessageEventSource source, 
    EndOfDataEventArgs e
)
JScript supports the use of delegates, but not the declaration of new ones.

Parameters

  • source
    The source of the event.

Platforms

Development Platforms

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

Target Platforms

Windows Server 2003