SizedSPropTagArray
S’applique à : Outlook 2013 | Outlook 2016
Crée une structure nommée SPropTagArray qui inclut un nombre spécifié de balises de propriété.
Propriété | Valeur |
---|---|
Fichier d’en-tête : |
Mapidefs.h |
Structure associée : |
SPropTagArray |
SizedSPropTagArray (_ctag, _name)
Paramètres
_ctag
Nombre de balises de propriété à inclure dans la nouvelle structure.
_name
Nom de la nouvelle structure.
Remarques
Utilisez la macro SizedSPropTagArray pour créer un tableau de balises de propriété avec des limites explicites.
Pour utiliser la nouvelle structure résultant de la macro SizedSPropTagArray comme pointeur vers une structure SPropTagArray , effectuez le cast suivant :
lpPropTagArray = (LPPropTagArray) &SizedSPropTagArray;