SPropProblemArray
The SPropProblemArray structure contains an array of one or more SPropProblem structures.
Syntax
struct {
ULONG cProblem;
SPropProblem aProblem[MAPI_DIM];
} SPropProblemArray, FAR *LPSPropProblemArray;
Members
- cProblem
Count of SPropProblem structures in the array indicated by aProblem. - aProblem
Array of SPropProblem structures, each describing a property error.
Requirements
Pocket PC: Pocket PC 2002 and later
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later
Header: mapidefs.h
See Also
MAPI Structures | Messaging | SCODE | SPropProblem
Related Macros
CbNewSPropProblemArray | CbSPropProblemArray | SizedSPropProblemArray
Send Feedback on this topic to the authors