Not
Bu sayfaya erişim yetkilendirme gerektiriyor. Oturum açmayı veya dizinleri değiştirmeyi deneyebilirsiniz.
Bu sayfaya erişim yetkilendirme gerektiriyor. Dizinleri değiştirmeyi deneyebilirsiniz.
Applies to: Outlook 2013 | Outlook 2016
Describes an OR restriction which is used to apply a logical OR operation to a restriction.
| Property | Value |
|---|---|
| Header file: |
Mapidefs.h |
typedef struct _SOrRestriction
{
ULONG cRes;
LPSRestriction lpRes;
} SOrRestriction;
Members
cRes
Count of structures in the array pointed to by the lpRes member.
lpRes
Pointer to the SRestriction structure describing the restriction to be joined using the logical OR operation.
Remarks
For more information about the SOrRestriction structure, see About Restrictions.