Share via


IExchangeClientDataItemArray:IUnknown (Windows CE 5.0)

Send Feedback

This interface represents an array of data returned by the Exchange server.

The methods of the interface provide array-like access to the data.

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
    GetItemCount Provides the number of data items represented by this instance.
    GetItemAt Provides the data item at the specified index.

Obtaining a Pointer

To obtain a pointer to this interface, wait until a request has completed successfully (as indicated by an e_ecrsSucceeded value in the second parameter of the IExchangeClientRequestCallback::OnRequestProgress method), and then call IExchangeClientRequest::GetDataItemArray.

Requirements

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

See Also

Exchange Client Interfaces | IExchangeClientContactInformation | IExchangeClient::RequestContacts | IExchangeClientRequest::GetDataItemArray | IExchangeClientRequestCallback::OnRequestProgress

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.