SPropProblemArray
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 one or more SPropProblem structures.
Header file: |
Mapidefs.h |
Related macros: |
typedef struct _SPropProblemArray
{
ULONG cProblem;
SPropProblem aProblem[MAPI_DIM];
} SPropProblemArray, FAR *LPSPropProblemArray;
Members
cProblem
Count of SPropProblem structures in the array indicated by the aProblem member.aProblem
Array of SPropProblem structures, each describing a property error.
Remarks
For more information about how the SPropProblem and SPropProblemArray structures work with errors related to properties, see MAPI Named Properties.