Skip to content

Commit 2733340

Browse files
committed
mapi: delete unnecessary <br> from types-of-restrictions.md
1 parent 61c5b07 commit 2733340

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

docs/outlook/mapi/types-of-restrictions.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,17 @@ Each of the specialized restriction structures in the union represents a differe
2828

2929
|**Type of restriction**|**Associated data structure**|**Description**|
3030
|:-----|:-----|:-----|
31-
|Compare property <br/> |[SComparePropsRestriction](scomparepropsrestriction.md) <br/> |Compares two properties of the same type. |
32-
|**AND** <br/> |[SAndRestriction](sandrestriction.md) <br/> |Performs a logical **AND** operation on two or more restrictions. |
33-
|**OR** <br/> |[SOrRestriction](sorrestriction.md) <br/> |Performs a logical **OR** operation on two or more restrictions. |
34-
|**NOT** <br/> |[SNotRestriction](snotrestriction.md) <br/> |Performs a logical **NOT** operation on two or more restrictions. |
35-
|Content <br/> |[SContentRestriction](scontentrestriction.md) <br/> |Locates specified data. |
36-
|Property <br/> |[SPropertyRestriction](spropertyrestriction.md) <br/> |Specifies a particular property value as criteria for matching. Can be used, for example, to search for a particular type of attachment. |
37-
|Bitmask <br/> |[SBitMaskRestriction](sbitmaskrestriction.md) <br/> |Applies a bitmask to a PT_LONG property, typically to determine whether particular flags are set. |
38-
|Size <br/> |[SSizeRestriction](ssizerestriction.md) <br/> |Tests the size of a property using standard relational operators. |
39-
|Exist <br/> |[SExistRestriction](sexistrestriction.md) <br/> |Tests whether an object has a value for a property. |
40-
|Subobject <br/> |[SSubRestriction](ssubrestriction.md) <br/> |Used for searching through subobjects, or objects that cannot be accessed with an entry identifier, such as recipients and attachments. Can be used, for example, to look for messages for a particular recipient. |
41-
|Comment <br/> |[SCommentRestriction](scommentrestriction.md) <br/> |Associates an object with a set of named properties. |
31+
|Compare property |[SComparePropsRestriction](scomparepropsrestriction.md) |Compares two properties of the same type. |
32+
|**AND** |[SAndRestriction](sandrestriction.md) |Performs a logical **AND** operation on two or more restrictions. |
33+
|**OR** |[SOrRestriction](sorrestriction.md) |Performs a logical **OR** operation on two or more restrictions. |
34+
|**NOT** |[SNotRestriction](snotrestriction.md) |Performs a logical **NOT** operation on two or more restrictions. |
35+
|Content |[SContentRestriction](scontentrestriction.md) |Locates specified data. |
36+
|Property |[SPropertyRestriction](spropertyrestriction.md) |Specifies a particular property value as criteria for matching. Can be used, for example, to search for a particular type of attachment. |
37+
|Bitmask |[SBitMaskRestriction](sbitmaskrestriction.md) |Applies a bitmask to a PT_LONG property, typically to determine whether particular flags are set. |
38+
|Size |[SSizeRestriction](ssizerestriction.md) |Tests the size of a property using standard relational operators. |
39+
|Exist |[SExistRestriction](sexistrestriction.md) |Tests whether an object has a value for a property. |
40+
|Subobject |[SSubRestriction](ssubrestriction.md) |Used for searching through subobjects, or objects that cannot be accessed with an entry identifier, such as recipients and attachments. Can be used, for example, to look for messages for a particular recipient. |
41+
|Comment |[SCommentRestriction](scommentrestriction.md) |Associates an object with a set of named properties. |
4242

4343
Some restrictions use regular expressions, and MAPI supports a limited form of regular expression notation in the style that is used many text applications.
4444

0 commit comments

Comments
 (0)