Share via


SSizeRestriction

Send Feedback

The SSizeRestriction structure describes a size restriction, which is used to test the size of a property value.

Syntax

struct { 
  ULONG relop; 
  ULONG ulPropTag; 
  ULONG cb; 
} SSizeRestriction; 

Members

  • relop
    Relational operator used in the size comparison. Possible values are as follows:

    RELOP_GE

    The comparison is made based on a greater or equal first value.

    RELOP_GT

    The comparison is made based on a greater first value.

    RELOP_LE

    The comparison is made based on a lesser or equal first value.

    RELOP_LT

    The comparison is made based on a lesser first value.

    RELOP_NE

    The comparison is made based on unequal values.

    RELOP_RE

    The comparison is made based on LIKE (regular expression) values.

    RELOP_EQ

    The comparison is made based on equal values.

  • ulPropTag
    Property tag identifying the property to test.

  • cb
    Count of bytes in the property value.

Requirements

Pocket PC: Pocket PC 2002 and later
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later
Header: mapidefs.h

See Also

MAPI Structures | Messaging | SRestriction

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.