Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
4/8/2010

The SOrRestrictionstructure describes an ORrestriction, which is used to apply a logical ORoperation 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 SRestrictionstructure describing the restriction to be joined using the logical ORoperation.

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