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
Contains an array of unsigned integer values that are used to describe a property of type PT_MV_SHORT.
| Property | Value |
|---|---|
| Header file: |
Mapidefs.h |
typedef struct _SShortArray
{
ULONG cValues;
short int FAR *lpi;
} SShortArray;
Members
cValues
Count of values in the array pointed to by the lpi member.
lpi
Pointer to an array of unsigned integer values.
Remarks
For more information about PT_MV_SHORT and other property types, see Property Types.