SPropProblem

Send Feedback

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

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

See Also

MAPI Structures | Messaging | SCODE | SPropProblemArray

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.