SOrRestriction

4/8/2010

The SOrRestriction structure describes an OR restriction, which is used to apply a logical OR operation to a restriction.

Syntax

struct { 
  ULONG cRes; 
  LPSRestriction lpRes; 
} SOrRestriction; 

Members

  • cRes
    Count of structures in the array pointed to by lpRes.
  • lpRes
    Pointer to the SRestriction structure describing the restriction to be joined using the logical OR operation.

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
SRestriction

Other Resources

Messaging