SBinary
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
Describes a property of type PT_BINARY.
Header file: |
Mapidefs.h |
typedef struct _SBinary
{
ULONG cb;
LPBYTE lpb;
} SBinary, FAR *LPSBinary;
Members
cb
Count of bytes in the lpb member.lpb
Pointer to the PT_BINARY property value.
Remarks
For information about property types, see MAPI Property Type Overview.