IExchangeClientRequest::GetHttpStatus (Windows Embedded CE 6.0)
1/6/2010
This method provides the last HTTP status code returned by the OWA service running on the Exchange server.
Syntax
HRESULT GetHttpStatus(
LONG* plHttpStatus
);
Parameters
- plHttpStatus
[out, retval] Pointer to a number that represents the last HTTP status code returned by the Exchange server.
Return Value
The following table shows possible return values:
Value | Description |
---|---|
E_POINTER |
The address in plHttpStatus is not valid. |
S_OK |
The HTTP status was returned successfully. |
Requirements
Header | iexchangeclient.h, iexchangeclient.idl |
Library | OWAExchangeClient.lib |
Windows Embedded CE | Windows CE 5.0 and later |