SmtpResponse.RcptToOk field

The RcptToOk field gets an instance of the SmtpResponse structure that represents a 250 2.1.5 Recipient OK response.

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

Syntax

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

value = SmtpResponse.RcptToOk
public static readonly SmtpResponse RcptToOk

See also

Reference

SmtpResponse structure

SmtpResponse members

Microsoft.Exchange.Data.Transport.Smtp namespace