TimeSent Property (CDONTS Message Object)

TimeSent Property (CDONTS Message Object)

The TimeSent property returns the date and time the message was sent as a vbDate variant data type. Read-only.

Syntax

        objMessage.TimeSent 

Data Type

Variant (vbDate format)

Remarks

The TimeReceived and TimeSent properties set and return dates and times as the local time for the user's system.

Example

See the example for the Message object's TimeReceived property.

See Also

Concepts

Message Object (CDONTS Library)