SOrRestriction

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

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;

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.

See Also

Reference

SRestriction

Concepts

MAPI Structures