The TimeLast property sets filtering on whether a message was received at or before the specified date/time. Read/write.
objMessageFilter.TimeLast
Variant (vbDate format)
If the TimeLast property is not set, the message filter passes all messages received at or since the date/time in the TimeFirst property. If neither property is set, the filter passes messages regardless of their date/time of reception.
For more information and an example using the TimeLast property, see Filtering Messages in a Folder.
The TimeFirst and TimeLast properties represent local time.
The TimeLast property corresponds to the MAPI Property PR_MESSAGE_DELIVERY_TIME.