The SDateTimeArray structure contains an array of time values used to describe a property of type PT_MV_SYSTIME.
Header file: | MAPIDEFS.H |
typedef struct _SDateTimeArray
{
ULONG cValues;
FILETIME FAR *lpft;
} SDateTimeArray;
For more information on PT_MV_SYSTIME, see List of Property Types.