SmtpResponse.SendAsDenied field
The SendAsDenied field gets an instance of the SmtpResponse structure that represents a 550 5.7.1 Client does not have permission to send as this sender (Sender) response.
Namespace: Microsoft.Exchange.Data.Transport.Smtp
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public Shared ReadOnly SendAsDenied As SmtpResponse
'Usage
Dim value As SmtpResponse
value = SmtpResponse.SendAsDenied
public static readonly SmtpResponse SendAsDenied