Compartilhar via


ICEMAPISession::DeleteMsgStore

Windows Mobile SupportedWindows Embedded CE Not Supported

9/8/2008

The DeleteMsgStore método exclui armazenar a mensagem a armazenar MAPI.

Syntax

HRESULT DeleteMsgStore (
  ULONG cbEntryID,
  LPENTRYID lpEntryID
);

Parameters

  • cbEntryID
    [no] Contagem dos bytes apontado pelo lpEntryID.
  • lpEntryID
    [no] Referência para o EntryID estrutura identificando a armazenar mensagem a ser excluído; não pode ser NULL.

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_INVALID_PARAMETER
    Ocorreu um do seguinte: cbEntryID Não correspondeu a real tamanho das EntryID apontada pelo lpEntryID, lpEntryID Foi NULL, ou a EntryID não identificar um válido armazenar mensagem.

Requirements

Header cemapi.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

ENTRYID
ICEMAPISession

Other Resources

Messaging