MaxAgeFilter

MaxAgeFilter enumeration

Specifies the maximum number of calendar days that can be synchronized.

public enum MaxAgeFilter

Values

Name Value Description
All 0 Defines all days for synchronization. Filter is disabled.
OneDay 1 Defines 1 day for synchronization.
ThreeDays 2 Defines 3 days for synchronization.
OneWeek 3 Defines 1 week for synchronization.
TwoWeeks 4 Defines 2 weeks for synchronization.
OneMonth 5 Defines 1 month for synchronization.
ThreeMonths 6 Defines 3 months for synchronization.
SixMonths 7 Defines 6 months for synchronization.

See Also