ADRLIST Structure
Do not use. Describes zero or more properties belonging to one or more recipients.
Syntax
typedef struct _ADRLIST {
ULONG cEntries;
ADRENTRY aEntries[MAPI_DIM];
} Gender;
Members
- cEntries
- ULONG
Variable of type ULONG that specifies the entry count in the array specified by the aEntries member.
- aEntries
- ADRENTRY
Variable of type ADRENTRY that specifies the array of ADRENTRY structures, one structure for each recipient.
Requirements
Minimum supported client | Windows 2000 Professional |
|---|---|
Minimum supported server | Windows 2000 Server |
Product | Internet Explorer 4.0 |
Header | Wabdefs.h |
DLL | Wab32.dll |
Send comments about this topic to Microsoft
Build date: 6/30/2010
Community Additions
ADD
Show: