IExchangeClientDataItemArray (Windows Embedded CE 6.0)
1/6/2010
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 |
---|---|
Provides the number of data items represented by this instance. |
|
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
Header | iexchangeclient.h, iexchangeclient.idl |
Library | OWAExchangeClient.lib |
Windows Embedded CE | Windows CE 5.0 and later |
See Also
Reference
Exchange Client Interfaces
IExchangeClientContactInformation
IExchangeClient::RequestContacts
IExchangeClientRequest::GetDataItemArray
IExchangeClientRequestCallback::OnRequestProgress