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 SNotRestrictionstructure describes a NOTrestriction, which is used to apply a logical NOToperation to a restriction.

Syntax

struct { 
  ULONG 
ulReserved; 
  LPSRestriction 
lpRes; 
} SNotRestriction; 

Members

ulReserved

Reserved; must be zero.

lpRes

Pointer to the restriction structure describing the restriction to be joined with the logical NOToperator.

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