SPropProblem
The SPropProblem
structure describes an error relating to a particular property.
Quick Info
Header
file: |
MAPIDEFS.H |
typedef struct _SPropProblem
{
ULONG ulIndex;
ULONG ulPropTag;
SCODE scode;
} SPropProblem, FAR *LPSPropProblem;
Members
ulIndex
An index in
an array of property tags.
ulPropTag
Property tag
for the property.
scode
Error value
indicating the property problem encountered during the update. This value can
be any SCODE value.
Remarks
An SPropProblem
structure contains an SCODE error value that is a result of an operation
attempting to modify or delete a MAPI property.
See Also