SBinary

4/8/2010

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
Windows Embedded CE Windows CE 3.0 and later
Windows Mobile Pocket PC 2002 and later, Smartphone 2002 and later

See Also

Reference

MAPI Structures
SPropValue

Other Resources

Messaging