RulePredicatesWithinSizeRange Property |
Gets or sets the minimum and maximum sizes that incoming messages have to have in order for the condition or exception to apply.
Namespace:
Aspose.Email.Clients.Exchange
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic SizeRange WithinSizeRange { get; set; }Public Property WithinSizeRange As SizeRange
Get
Set
public:
property SizeRange^ WithinSizeRange {
SizeRange^ get ();
void set (SizeRange^ value);
}member WithinSizeRange : SizeRange with get, set
Property Value
Type:
SizeRange
See Also