SBinary
Applies to: Office 2010 | Outlook 2010 | Visual Studio
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.