Compartir a través de


IPOutlookApp::GetItemFromOid (Windows CE 5.0)

Send Feedback

This method retrieves the item specified by a Windows CE object identifier (OID).

HRESULT GetItemFromOid(CEOID oid,IDispatch** ppolItem);

Parameters

  • oid
    [in] Identifier of the item to be retrieved. This OID might have been retrieved by replication services or from a call to an add-in.
  • ppolItem
    [out] Pointer to the retrieved item.

Return Values

S_OK indicates success. If an error occurs, the appropriate HRESULT is returned.

Requirements

OS Versions: Windows CE 2.0 and later.
Header: Pimstore.h.
Link Library: Pimstore.lib.

See Also

IPOutlookApp | IPOutlookApp Properties

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.