IExchangeClientRequest::GetHttpStatus (Windows CE 5.0)
This method provides the last HTTP status code returned by the OWA service running on the Exchange server.
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 Values
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
OS Versions: Windows CE 5.0 and later.
Header: IExchangeClient.h, IExchangeClient.idl.
Link Library: OWAExchangeClient.lib.
See Also
Send Feedback on this topic to the authors