Contents Index Topic Contents | ||
Previous Topic: SPropProblem Next Topic: SPropTagArray |
SPropProblemArray
typedef struct _SPropProblemArray { ULONG cProblem; SPropProblem aProblem[MAPI_DIM]; } SPropProblemArray;Contains an array of one or more SPropProblem structures.
- cProblem
- Count of SPropProblem structures in the array indicated by the aProblem member.
- aProblem[MAPI_DIM]
- Array of SPropProblem structures, each describing a property error.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.