SShortArray

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.

See also

SPropValue

MAPI Structures