RulePredicates.WithinDateRange Property

Definition

Gets the date range within which incoming messages must have been received in order for the condition or exception to apply.

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

Property Value

The start and end dates.

Remarks

WithinDateRange can be disabled by setting the Start and End properties to null.

Applies to