The SizedSPropTagArray macro creates a named SPropTagArray structure that includes a specified number of property tags.
Header file: | MAPIDEFS.H |
Related structure: | SPropTagArray |
SizedSPropTagArray (_ctag, _name)
Use the SizedSPropTagArray macro to create a property tag array with explicit bounds.
To use the new structure that results from the SizedSPropTagArray macro as a pointer to an SPropTagArray structure, perform the following cast:
lpPropTagArray = (LPPropTagArray) &SizedSPropTagArray;