Share via


IExchangeClientRequestCallback (Windows Embedded CE 6.0)

1/6/2010

This interface contains the methods called by the Exchange client library to communicate status to application code that uses the library.

Applications that use the Exchange client library create an object that implements this interface.

For 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

OnShutdown

Called by the Exchange client library when a shutdown, initiated by the IExchangeClient::Uninitialize method, is complete.

OnRequestProgress

Called by the Exchange client library when the status of a request has changed.

Obtaining a Pointer

Because this interface is implemented by application code that uses the Exchange client library, it can be created in whatever way the application needs it.

Requirements

Header iexchangeclient.h, iexchangeclient.idl
Library OWAExchangeClient.lib
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

Exchange Client Interfaces