SmtpResponse.NoopOk field

The NoopOk field gets an instance of the SmtpResponse structure that represents a 250 2.0.0 OK response.

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

Syntax

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

value = SmtpResponse.NoopOk
public static readonly SmtpResponse NoopOk

See also

Reference

SmtpResponse structure

SmtpResponse members

Microsoft.Exchange.Data.Transport.Smtp namespace