Redigera

Dela via


SPropProblem

Applies to: Outlook 2013 | Outlook 2016

Describes an error that relate to an operation involving a property.

Property Value
Header file:
Mapidefs.h
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 that has the error.

scode

Error value describing the problem with the property. This value can be any MAPI SCODE value.

Remarks

An array of SPropProblem structures is returned from the following methods:

An SPropProblem structure contains an SCODE error value that results from an operation trying to modify or delete a MAPI property.

For more information about how the SPropProblem structure works with errors related to properties, see MAPI Named Properties.

See also

SCODE

SPropProblemArray

MAPI Structures