Share via


SPropProblem

The SPropProblem structure describes an error relating to an operation involving a property.

Syntax

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 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

Smartphone: Windows Mobile 2002 and later
OS Versions: Windows CE 3.0 and later
Header: mapidefs.h

See Also

MAPI Structures

Messaging

SCODE

SPropProblemArray

Last updated on Friday, April 22, 2005

© 2005 Microsoft Corporation. All rights reserved.

Send feedback on this topic to the authors.