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.

See also

Reference

SmtpResponse structure

SmtpResponse members

Microsoft.Exchange.Data.Transport.Smtp namespace

StatusCode

EnhancedStatusCode