ReceiveMessageEventSource.DiscardMessage method
Namespace: Microsoft.Exchange.Data.Transport.Smtp
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public MustOverride Sub DiscardMessage ( _
response As SmtpResponse, _
trackingContext As String _
)
'Usage
Dim instance As ReceiveMessageEventSource
Dim response As SmtpResponse
Dim trackingContext As String
instance.DiscardMessage(response, trackingContext)
public abstract void DiscardMessage(
SmtpResponse response,
string trackingContext
)
Parameters
- response
Type: Microsoft.Exchange.Data.Transport.Smtp.SmtpResponse
- trackingContext
Type: System.String
See also
Reference
ReceiveMessageEventSource class