Partager via


SNotRestriction

S’applique à : Outlook 2013 | Outlook 2016

Décrit une restriction NOT , qui est utilisée pour appliquer une opération NOT logique à une restriction.

Propriété Valeur
Fichier d’en-tête :
Mapidefs.h
typedef struct _SNotRestriction
{
  ULONG ulReserved;
  LPSRestriction lpRes;
} SNotRestriction;

Members

ulReserved

[in] R�serv� ; doit �tre �gal � z�ro.

lpRes

Pointeur vers une structure SRestriction décrivant la restriction à joindre à l’opérateur NOT logique.

Remarques

Pour plus d’informations sur la structure SNotRestriction , consultez À propos des restrictions.

Voir aussi

SRestriction

Structures MAPI