SmtpResponse.InvalidRecipientAddress field
The InvalidRecipientAddress field gets an instance of the SmtpResponse structure that represents a 554 5.4.4 Unable to route due to invalid recipient address response.
Namespace: Microsoft.Exchange.Data.Transport.Smtp
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public Shared ReadOnly InvalidRecipientAddress As SmtpResponse
'Usage
Dim value As SmtpResponse
value = SmtpResponse.InvalidRecipientAddress
public static readonly SmtpResponse InvalidRecipientAddress