ADDRESSLIST structure
Do not use. Holds a list of ADDRESSPROPS structures.
Syntax
typedef struct tagADDRESSLIST {
ULONG cAdrs;
LPADDRESSPROPS prgAdr;
} ADDRESSLIST, *LPADDRESSLIST;
Members
-
cAdrs
-
Type: ULONG
-
Contains the number of valid elements in prgAdr.
-
prgAdr
-
Type: LPADDRESSPROPS
-
Contains a pointer to an array of ADDRESSPROPS structures.
Requirements
Minimum supported client |
Windows XP [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Product |
Outlook Express 6.0 |
Header |
|
IDL |
|