SNotRestriction

适用于:Outlook 2013 | Outlook 2016

描述 NOT 限制,该限制用于将逻辑 NOT 操作应用于限制。

属性
标头文件:
Mapidefs.h
typedef struct _SNotRestriction
{
  ULONG ulReserved;
  LPSRestriction lpRes;
} SNotRestriction;

Members

ulReserved

[in]保留;必须为零。

lpRes

指向 SRestriction 结构的指针,该结构描述要联接到逻辑 NOT 运算符的限制。

备注

有关 SNotRestriction 结构的详细信息,请参阅 关于限制

另请参阅

SRestriction

MAPI 结构