The SizedADRLIST macro defines an ADRLIST structure with the specified name containing a specified number of ADRENTRY structures.
Header file: | MAPIDEFS.H |
Related structure: | ADRLIST |
SizedADRLIST (_centries, _name)
The SizedADRLIST macro provides a way to define a recipient list with explicit bounds when array length requirements are known. The following code shows how to cast the result of the SizedADRLIST macro to an ADRLIST structure pointer:
lpADRList = (LPADRLIST) &SizedADRList;