MessageMinDate

Set this parameter to retrieve messages that were modified after the specified date.

Specify the date using one of the following formats:

With relative dates, items that were previously ingested but no longer meet the limit are removed from the IDOL index.

Type: Date or relative date
Default:  
Required: No
Configuration Section: TaskName or FetchTasks
Example:

To retrieve messages that have been modified since 01 January 2018:

MessageMinDate=2018/01/01 00:00:00

The following example retrieves messages that are more than a day but less than a week old:

MessageMaxDate=-1day
MessageMinDate=-1week

See Also: MessageMaxDate