SPropProblemArray

Applies to: Outlook 2013 | Outlook 2016

Contains an array of one or more SPropProblem structures.

Property Value
Header file:
Mapidefs.h
Related macros:
CbNewSPropProblemArray
CbSPropProblemArray
SizedSPropProblemArray
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.

See also

SCODE

SPropProblem

MAPI Structures