Table of Contents

Class RulePredicateSizeRange

Namespace
Microsoft.Exchange.WebServices.Data
Assembly
Microsoft.Exchange.WebServices.dll

Represents the minimum and maximum size of a message.

public sealed class RulePredicateSizeRange : ComplexProperty
Inheritance
RulePredicateSizeRange
Inherited Members

Properties

MaximumSize

Gets or sets the maximum size, in kilobytes. If MaximumSize is set to null, no maximum size applies.

public int? MaximumSize { get; set; }

Property Value

int?

MinimumSize

Gets or sets the minimum size, in kilobytes. If MinimumSize is set to null, no minimum size applies.

public int? MinimumSize { get; set; }

Property Value

int?