SmtpResponse.SuccessfulConnection Field
The SuccessfulConnection field gets an instance of the SmtpResponse structure that represents a 250 Success response.
Namespace: Microsoft.Exchange.Data.Transport.Smtp
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public Shared ReadOnly SuccessfulConnection As SmtpResponse
'Usage
Dim value As SmtpResponse
value = SmtpResponse.SuccessfulConnection
public static readonly SmtpResponse SuccessfulConnection