IExchangeClientRequest:IUnknown (Windows CE 5.0)

Send Feedback

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
    GetStatus Provides the current status of the request.
    GetDataItemArray Provides the data returned by a completed and successful request.
    GetHttpStatus Provides the last HTTP status code returned by the OWA service running on the Exchange server.
    GetType Provides the type of the request.
    Cancel 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:

Requirements

OS Versions: Windows CE 5.0 and later.
Header: IExchangeClient.h, IExchangeClient.idl.
Link Library: OWAExchangeClient.lib.

See Also

Exchange Client Interfaces | IExchangeClient::RequestContacts | IExchangeClient::RequestFreeBusyData | IExchangeClient::RequestGALSearch

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.