MESSAGEIDLIST structure
Do not use. Specifies a list of messages.
Syntax
typedef struct tagMESSAGEIDLIST {
DWORD cbSize;
DWORD cMsgs;
LPMESSAGEID prgdwMsgId;
} MESSAGEIDLIST, *LPMESSAGEIDLIST;
Members
-
cbSize
-
Type: DWORD
-
Size of the structure in bytes.
-
cMsgs
-
Type: DWORD
-
Count of messages in the array specified by prgdwMsgId.
-
prgdwMsgId
-
Type: LPMESSAGEID
-
Array of message ID values.
Requirements
Minimum supported client |
Windows XP [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Product |
Outlook Express 6.0 |
Header |
|
IDL |
|