SPropProblem
4/8/2010
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 |
Windows Embedded CE | Windows CE 3.0 and later |
Windows Mobile | Pocket PC 2002 and later, Smartphone 2002 and later |
See Also
Reference
MAPI Structures
SCODE
SPropProblemArray