다음을 통해 공유


SmtpResponse.EnhancedStatusCode Property

The EnhancedStatusCode property gets the enhanced status code for the response.

Namespace: Microsoft.Exchange.Data.Transport.Smtp
Assembly: Microsoft.Exchange.Data.Transport (in microsoft.exchange.data.transport.dll)

Syntax

'Declaration
Public ReadOnly Property EnhancedStatusCode As String
public string EnhancedStatusCode { get; }
public:
property String^ EnhancedStatusCode {
    String^ get ();
}
/** @property */
public String get_EnhancedStatusCode ()
public function get EnhancedStatusCode () : String

Property Value

The EnhancedStatusCode property returns a string value containing the enhanced status code of the response in the form X.Y.Z.

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