Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to: Outlook 2013 | Outlook 2016
Describes a property of type PT_BINARY.
Property | Value |
---|---|
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.