Class RulePredicateDateRange
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
Represents the date and time range within which messages have been received.
public sealed class RulePredicateDateRange : ComplexProperty
- Inheritance
-
RulePredicateDateRange
- Inherited Members
Properties
End
Gets or sets the range end date and time. If End is set to null, no end date applies.
public DateTime? End { get; set; }
Property Value
Start
Gets or sets the range start date and time. If Start is set to null, no start date applies.
public DateTime? Start { get; set; }