ADRENTRYADRENTRY*
*Contents  *Index  *Topic Contents
*Previous Topic: Internet Explorer Address Book Structures
*Next Topic: ADRLIST

ADRENTRY

typedef struct _ADRENTRY {
    ULONG          ulReserved1;
    ULONG          cValues;
    LPSPropValue   rgPropVals;
} ADRENTRY;

Describes zero or more properties belonging to a recipient.

ulReserved1
Reserved; must be zero.
cValues
Count of properties in the property value array pointed to by the rgPropVals member. The cValues member can be zero.
rgPropVals
Address of a property value array describing the properties for the recipient. The rgPropVals member can be NULL.

Back to top


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