Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
4/8/2010

The SPropProblemstructure 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 SCODEvalue.

Remarks

An array of SPropProblemstructures is returned from the IMAPIProp::DeletePropsand IMAPIProp::SetPropsmethods.

An SPropProblemstructure contains an SCODEerror 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