Compartilhar via


IMessage::GetRecipientTable

Windows Mobile SupportedWindows Embedded CE Not Supported

9/8/2008

The GetRecipientTable método retorna tabela destinatário da mensagem.

Syntax

HRESULT GetRecipientTable (
  ULONG ulFlags,
  LPMAPITABLE FAR * lppTable
)

Parameters

  • ulFlags
    [no] Ignorado.
  • lppTable
    [out] Referência para o objeto destinatário tabela implementado em IMAPITable.

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
    Indica sucesso.
  • MAPI_E_NO_RECIPIENTS
    Existem há destinatários.

Remarks

GetRecipientTable Retorna um ponteiro para destinatário tabela a mensagem, que inclui informações sobre todos os destinatários para a mensagem. Há uma linha para cada destinatário.

O seguinte IMAPITable Métodos de mensagens com suporte para tabelas de destinatários em Windows Mobile é:

Destinatário tabelas têm um diferentes conjunto de colunas depending on se a mensagem foi enviada.

Requirements

Header mapidefs.h
Library cemapi.lib
Windows Embedded CE Windows CE 3.0 and later
Windows Mobile Pocket PC 2002 and later, Smartphone 2002 and later

See Also

Reference

IMAPITable::QueryRows
IMessage
IMessage::ModifyRecipients

Other Resources

Messaging