Platform SDK: MAPI |
The SLPSTRArray structure contains an array of string values used to described a property of type PT_MV_STRING8.
Header file: | MAPIDEFS.H |
typedef struct _SLPSTRArray { ULONG cValues; LPSTR FAR *lppszA; } SLPSTRArray;
For more information on PT_MV_STRING8, see List of Property Types.