SNotRestriction
Applies to: Outlook 2013 | Outlook 2016
Describes a NOT restriction, which is used to apply a logical NOT operation to a restriction.
Property | Value |
---|---|
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.