ADRLIST structure (wabdefs.h)
Do not use. Describes zero or more properties belonging to one or more recipients.
Syntax
typedef struct _ADRLIST {
ULONG cEntries;
ADRENTRY aEntries[MAPI_DIM];
} ADRLIST, *LPADRLIST;
Members
cEntries
Type: ULONG
Variable of type ULONG that specifies the entry count in the array specified by the aEntries member.
aEntries[MAPI_DIM]
Type: ADRENTRY[MAPI_DIM]
Variable of type ADRENTRY that specifies the array of ADRENTRY structures, one structure for each recipient.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | wabdefs.h |