SMessageClassArray
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
Contains an array of pointers to message class strings.
Header file: |
Mapiform.h |
Related macro: |
typedef struct
{
ULONG cValues;
LPCSTR aMessageClass[MAPI_DIM];
} SMessageClassArray, FAR * LPSMESSAGECLASSARRAY;
Members
cValues
Count of message class string pointers in the array.aMessageClass
Array of pointers to message class strings.
Remarks
The SMessageClassArray structure is passed as a parameter in the following methods:
-
IMAPIFormContainer::ResolveMultipleMessageClasses
-
IMAPIFormMgr::ResolveMultipleMessageClasses