IFormProviderEx::GetMsgStatusIconIndex

Send Feedback

The GetMsgStatusIconIndex method returns the index to the appropriate icon in the symbol bitmap for the form library.

Syntax

HRESULT GetMsgStatusIconIndex (
  LPMAPIFOLDER pfldr,
  LPENTRYID pid,
  ULONG cbid,
  ULONG ffFlags,
  ULONG ffStatus,
  LPCWSTR pszMsgClass,
  ULONG cAttachments,
  ULONG * pnIndex
);

Parameters

  • pfldr
    [in] Reference to the folder for the message, specified by IMAPIFolder.
  • pid
    [in] Reference to the ID of the message, specified by the ENTRYID structure.
  • cbid
    [in] Count of bytes for the ID of the message.
  • ffFlags
    [in] Flags for the message. See PR_MESSAGE_FLAGS for possible values.
  • ffStatus
    [in] Status of the message. See PR_MSG_STATUS for possible values.
  • pszMsgClass
    [in] Reference to the message class of the message.
  • cAttachments
    [in] Number of attachments for the message.
  • pnIndex
    [out] Reference to the index for the correct icon.

Return Values

This method returns the standard values E_INVALIDARG, E_OUTOFMEMORY, E_UNEXPECTED, and E_FAIL, as well as the following:

  • S_OK
    Indicates success.

Requirements

Pocket PC: Windows Mobile 2003 and later
Smartphone: Windows Mobile 2003 and later
OS Versions: Windows CE .NET 4.2 and later
Header: cemapi.h
Library: cemapi.lib

See Also

IFormProviderEx | Messaging

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.