RulePredicates.WithinSizeRange Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.