SCurrencyArray

Applies to: Outlook 2013 | Outlook 2016

Contains an array of currency values that are used to describe a property of type PT_MV_CURRENCY.

Property Value
Header file:
Mapidefs.h
typedef struct _SCurrencyArray
{
  ULONG         cValues;
  CURRENCY FAR *lpcur;
} SCurrencyArray;

Members

cValues

Count of values in the array pointed to by the lpcur member.

lpcur

Pointer to an array of CURRENCY structures that contain the currency values.

Remarks

For information about PT_MV_CURRENCY, see List of Property Types.

See also

CURRENCY

SPropValue

MAPI Structures