SPropProblemArray
Applies to: Office 2010 | Outlook 2010 | Visual Studio
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.