SNotRestriction

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 page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Describes a NOT restriction, which is used to apply a logical NOT operation to a restriction.

Header file:

Mapidefs.h

typedef struct _SNotRestriction
{
  ULONG ulReserved;
  LPSRestriction lpRes;
} SNotRestriction;

Members

  • ulReserved
    [in] Reserved; must be zero.

  • lpRes
    Pointer to a SRestriction structure describing the restriction to be joined to the logical NOT operator.

Remarks

For more information about the SNotRestriction structure, see About Restrictions.

See Also

Reference

SRestriction

Concepts

MAPI Structures