Share via


SBinary (Compact 7)

3/12/2014

The SBinary structure describes a property of type PT_BINARY.

Syntax

struct { 
  ULONG cb; 
  LPBYTE lpb; 
} SBinary, FAR *LPSBinary; 

Members

  • cb
    Count of bytes in lpb.
  • lpb
    Pointer to the PT_BINARY property value.

Requirements

Header

mapidefs.h

See Also

Reference

MAPI Structures
SPropValue