IExchangeClientRequest (Windows Embedded CE 6.0)
1/6/2010
This interface provides access to information about a specific request, including the requested data when the request is complete.
For detailed step-by-step instructions that demonstrate how to use this interface, see Exchange Client Application Development.
Methods
The following table shows the methods for this interface in vtable order.
Like all COM interfaces, this interface inherits the methods for the IUnknown interface.
Method | Description |
---|---|
Provides the current status of the request. |
|
Provides the data returned by a completed and successful request. |
|
Provides the last HTTP status code returned by the OWA service running on the Exchange server. |
|
Provides the type of the request. |
|
Cancels the request. |
Obtaining a Pointer
To obtain a pointer to an object that implements this interface, call one of the following request initiation methods and then store the pointer returned in the second parameter:
- IExchangeClient::RequestContacts
- IExchangeClient::RequestFreeBusyData
- IExchangeClient::RequestGALSearch
Requirements
Header | iexchangeclient.h, iexchangeclient.idl |
Library | OWAExchangeClient.lib |
Windows Embedded CE | Windows CE 5.0 and later |
See Also
Reference
Exchange Client Interfaces
IExchangeClient::RequestContacts
IExchangeClient::RequestFreeBusyData
IExchangeClient::RequestGALSearch