SPropProblemSPropProblem*
*



Contents  *



Index  *Topic Contents
*Previous Topic: MAPI_PAB_Schema
*Next Topic: SPropProblemArray

SPropProblem

typedef struct _SPropProblem {
    ULONG     ulIndex;
    ULONG     ulPropTag;
    SCODE     scode;
} SPropProblem;

Describes an error relating to an operation involving a property.

ulIndex
Index value into an array of property tags.
ulPropTag
Property tag for the property with the error.
scode
Error value describing the problem with the property.

Back to top


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.