The SOrRestriction structure describes an OR restriction which is used to apply a logical OR operation to a restriction.
Header file: | MAPIDEFS.H |
typedef struct _SOrRestriction
{
ULONG cRes;
LPSRestriction lpRes;
} SOrRestriction;
For more information on the SOrRestriction structure, see About Restrictions.
Restriction Structures, SRestriction