Märkus.
Juurdepääs sellele lehele nõuab autoriseerimist. Võite proovida sisse logida või kausta vahetada.
Juurdepääs sellele lehele nõuab autoriseerimist. Võite proovida kausta vahetada.
Applies to: Outlook 2013 | Outlook 2016
Creates a named SPropTagArray structure that includes a specified number of property tags.
| Property | Value |
|---|---|
| Header file: |
Mapidefs.h |
| Related structure: |
SPropTagArray |
SizedSPropTagArray (_ctag, _name)
Parameters
_ctag
Count of property tags to be included in the new structure.
_name
Name for the new structure.
Remarks
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;