SPropProblemArray structure (wabdefs.h)

Do not use. Contains an array of one or more SPropProblem structures.

Syntax

typedef struct _SPropProblemArray {
  ULONG        cProblem;
  SPropProblem aProblem[MAPI_DIM];
} SPropProblemArray, *LPSPropProblemArray;

Members

cProblem

Type: ULONG

Variable of type ULONG that specifies the count of SPropProblem structures in the array indicated by the aProblem member.

aProblem[MAPI_DIM]

Type: SPropProblem[MAPI_DIM]

Array of variables of type SPropProblem that specify information about a property error.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Header wabdefs.h