SSubRestriction
The SSubRestriction
structure describes a subobject restriction, which is used to impose a
restriction against a message s attachments
or recipients.
Quick Info
Header
file: |
MAPIDEFS.H |
typedef struct _SSubRestriction
{
ULONG ulSubObject;
LPSRestriction lpRes;
} SSubRestriction;
Members
ulSubObject
Subobject
identified in the RES_SUBRESTRICTION restriction type supplied for the rt member
of the SRestriction
lpRes
Pointer to an
SRestriction
Remarks
The most
common objects to support subrestrictions are folder contents tables and
search-results folders. These objects may support restricting a search using PR_MESSAGE_ATTACHMENTS
See Also