Platform SDK: MAPI |
The SPropProblem structure describes an error relating to an operation involving a property.
Header file: | MAPIDEFS.H |
typedef struct _SPropProblem { ULONG ulIndex; ULONG ulPropTag; SCODE scode; } SPropProblem, FAR *LPSPropProblem;
An array of SPropProblem structures is returned from the following methods:
An SPropProblem structure contains an SCODE error value that is a result of an operation attempting to modify or delete a MAPI property.
For more information on how the SPropProblem structure works with errors related to properties, see Named Properties.