RulePredicates.WithinDateRange 属性

定义

获取必须接收传入消息才能应用条件或异常的日期范围。

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

属性值

开始日期和结束日期。

注解

WithinDateRange可以通过将 和 End 属性设置为 Start null 来禁用。

适用于