Compartilhar via


MailDisplayMessage

Windows Mobile SupportedWindows Embedded CE Not Supported

9/8/2008

The MailDisplayMessage função exibe uma mensagem existente.

Syntax

HRESULT MailDisplayMessage(
  LPENTRYID lpEntryID,
  ULONG cbEntryID
);

Parameters

  • lpEntryID
    [no] Referência para o EntryID Da mensagem existente para exibir em ListView.
  • cbEntryID
    [no] Tamanho em bytes da EntryID.

Return Value

Essa função retorna o padrão valores E_INVALIDARG, E_OUTOFMEMORY, E_UNEXPECTED e E_FAIL, bem como o seguinte:

  • S_OK
    Bem-sucedida a chamar.

Remarks

Se não houver nenhuma mensagem com o especificado EntryID, essa função retornará um erro. Essa função é assíncrono.

Requirements

Header cemapi.h
Library cemapi.lib
Windows Mobile Pocket PC for Windows Mobile Version 5.0 and later, Smartphone for Windows Mobile Version 5.0 and later

See Also

Reference

MAPI Functions

Other Resources

Messaging