The SBinaryArray structure contains an array of binary values.
Header file: | MAPIDEFS.H |
typedef struct _SBinaryArray
{
ULONG cValues;
SBinary FAR *lpbin;
} SBinaryArray;
The SBinaryArray structure is used to describe properties of type PT_MV_BINARY.
For more information on PT_MV_BINARY, see List of Property Types.