SmtpResponse.SendOnBehalfOfDenied field

The SendOnBehalfOfDenied field gets an instance of the SmtpResponse structure that represents a 550 5.7.1 Client does not have permission to send on behalf of the from address (Sender) response.

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

Syntax

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

value = SmtpResponse.SendOnBehalfOfDenied
public static readonly SmtpResponse SendOnBehalfOfDenied

See also

Reference

SmtpResponse structure

SmtpResponse members

Microsoft.Exchange.Data.Transport.Smtp namespace