SPropProblemArray Structure
Do not use. Contains an array of one or more SPropProblem structures.
Syntax
typedef struct _SPropProblemArray {
ULONG cProblem;
SPropProblem aProblem[MAPI_DIM];
} SPropProblem;
Members
- cProblem
- ULONG
Variable of type ULONG that specifies the count of SPropProblem structures in the array indicated by the aProblem member.
- aProblem
- SPropProblem
Array of variables of type SPropProblem that specify information about a property error.
Requirements
Minimum supported client | Windows 2000 Professional |
|---|---|
Minimum supported server | Windows 2000 Server |
Product | Internet Explorer 4.0 |
Header | Wabdefs.h |
DLL | Wab32.dll |
Send comments about this topic to Microsoft
Build date: 6/30/2010
Community Additions
ADD
Show: