Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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.