im_SortByDate
Sort emails by received date
Member of namespace
ImailSyntax
bool im_SortByDate (bool bSort)
Parameters
- bSort
- Type: bool
- A boolean value that enables or disables sorting of emails before ingestion.
Parameters
True: Causes im_scan to sort email messages by date they are received and ingested the oldest messages first. This sorting is the default behavior if im_SortByDate is never called.False: Disables sorting of email messages. This sorting greatly increases performance of im_scan when many emails are pending in the inbox.