SmtpResponse.UnableToRoute field

The UnableToRoute field gets an instance of the SmtpResponse structure that represents a 554 5.4.4 Unable to route response.

Namespace:  Microsoft.Exchange.Data.Transport.Smtp
Assembly:  Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)

Syntax

'Declaration
Public Shared ReadOnly UnableToRoute As SmtpResponse
'Usage
Dim value As SmtpResponse

value = SmtpResponse.UnableToRoute
public static readonly SmtpResponse UnableToRoute

See also

Reference

SmtpResponse structure

SmtpResponse members

Microsoft.Exchange.Data.Transport.Smtp namespace