TimeLast Property (MessageFilter Object)

TimeLast Property (MessageFilter Object)

The TimeLast property sets filtering on whether a message was received before the specified date/time. Read/write.

Syntax

objMessageFilter.TimeLast

Data Type

Variant (vbDate format)

Remarks

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.

See Also

Concepts

MessageFilter Object