IEwsHttpWebResponse.StatusDescription property
Gets the description of the HTTP status code returned with the response.
The StatusDescription property is applicable for clients that target Exchange Online and versions of Exchange starting with Microsoft Exchange Server 2007.
Namespace: Microsoft.Exchange.WebServices.Data
Assembly: Microsoft.Exchange.WebServices (in Microsoft.Exchange.WebServices.dll)
Syntax
'Declaration
ReadOnly Property StatusDescription As String
Get
'Usage
Dim instance As IEwsHttpWebResponse
Dim value As String
value = instance.StatusDescription
string StatusDescription { get; }
Property value
Type: System.String
The description of the HTTP status code.