SPropProblem (Compact 7)
3/12/2014
The SPropProblem structure describes an error relating to an operation involving a property.
Syntax
struct {
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 with the error.
- scode
Error value describing the problem with the property; can be any MAPI SCODE value.
Remarks
An array of SPropProblem structures is returned from the IMAPIProp::DeleteProps and IMAPIProp::SetProps methods.
An SPropProblem structure contains an SCODE error value that results from an operation attempting to modify or delete a MAPI property.
Requirements
Header |
mapidefs.h |