Edit

Share via


RulePredicates.WithinSizeRange Property

Definition

Gets the minimum and maximum sizes that incoming messages must have in order for the condition or exception to apply.

public:
 property Microsoft::Exchange::WebServices::Data::RulePredicateSizeRange ^ WithinSizeRange { Microsoft::Exchange::WebServices::Data::RulePredicateSizeRange ^ get(); };
public Microsoft.Exchange.WebServices.Data.RulePredicateSizeRange WithinSizeRange { get; }
Public ReadOnly Property WithinSizeRange As RulePredicateSizeRange

Property Value

The minimum size and maximum size values.

Remarks

WithinSizeRange can be disabled by setting the MinimumSize and MaximumSize properties to null.

Applies to