Compartilhar via


IRecipients::Item

Windows Mobile SupportedWindows Embedded CE Supported

9/8/2008

The Item método recupera um objeto destinatário da lista de destinatários para a solicitação de reunião.

Syntax

HRESULT Item(
   int iIndex,
   IRecipient ** ppRecipient
);

Parameters

  • iIndex
    [no] O índice one-Based da posição do objeto de destinatário na Recipient List.
  • ppRecipient
    [out] Referência a objeto IRecipient.

Return Value

This method returns the standard values E_INVALIDARG, E_OUTOFMEMORY, E_UNEXPECTED GPSGetPosition, e E_FAIL, as well as o seguinte.

  • S_OK
    The method completed successfully.

Remarks

Se o valor para iIndex é menos, em seguida, zero, ou maior que o número de objetos de destinatário a Recipient List, em seguida, Item Retorna E_INVALIDARG.

Requirements

Header pimstore.h
Library Pimstore.lib
Windows Embedded CE Windows CE 2.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Tasks

Creating a Meeting Request

Reference

IRecipient
IPOlRecipient
Pocket Outlook Object Model Interfaces

Other Resources