ADRLISTADRLIST*
*Contents  *Index  *Topic Contents
*Previous Topic: ADRENTRY
*Next Topic: ADRPARM

ADRLIST

typedef struct _ADRLIST {
    ULONG          cEntries;
    ADRENTRY       aEntries[MAPI_DIM];
    } ADRLIST;

Describes zero or more properties belonging to one or more recipients.

cEntries
Count of entries in the array specified by the aEntries member.
aEntries[MAPI_DIM]
Array of ADRENTRY structures, one structure for each recipient.

Back to top


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