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()
public string[] StatusText { get; }
public:
property array<String^>^ StatusText {
    array<String^>^ get ();
}
/** @property */
public String[] get_StatusText ()
public function get StatusText () : String[]

Property Value

The StatusText property returns a string collection.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows Server 2003