SmtpResponse.InvalidArguments field

The InvalidArguments field gets an instance of the SmtpResponse structure that represents a 501 5.5.4 Invalid arguments response.

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

Syntax

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

value = SmtpResponse.InvalidArguments
public static readonly SmtpResponse InvalidArguments

See also

Reference

SmtpResponse structure

SmtpResponse members

Microsoft.Exchange.Data.Transport.Smtp namespace