SmtpResponse.StatusText Property

The StatusText property gets a string collection that contains the section of each line of the response that comes after the status code and enhanced status code.

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

Syntax

'Declaration
Public ReadOnly Property StatusText As String()
    Get
'Usage
Dim instance As SmtpResponse
Dim value As String()

value = instance.StatusText
public string[] StatusText { get; }

Property Value

Type: []
The StatusText property returns a string collection.