SPropProblemArray 

The SPropProblemArray structure contains an array of one or more SPropProblem208__M3 structures, each of which holds an SCODE error value that is a result of an operation attempting to modify, delete, copy, or move a MAPI property.

Quick Info

Header file:

MAPIDEFS.H

Related macros:

CbNewSPropProblemArray2L6OXY
CbSPropProblemArray6M_B7C
SizedSPropProblemArray13G.CNL

 

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.

 

See Also

SCODE, SPropProblem