IFormProvider::GetMsgStatusIconIndex
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: Pocket PC 2002 and later
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later
Header: cemapi.h
Library: cemapi.lib
See Also
Send Feedback on this topic to the authors