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