SPropProblem
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 page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
Describes an error that relate to an operation involving a property.
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.