RulePredicates.WithinDateRange 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 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.