Message.SentTime Property

Definition

Gets the date and time on the sending computer that the message was sent by the source queue manager.

C#
[System.Messaging.MessagingDescription("MsgSentTime")]
public DateTime SentTime { get; }

Property Value

A DateTime that represents the time the message was sent.

Attributes

Exceptions

The message has not been sent. This property can only be read on messages retrieved from a queue.

-or-

The message queue is filtered to ignore the SentTime property.

Examples

The following code example displays the value of a message's SentTime property.

Remarks

The SentTime property is adjusted to the local time of the computer on which this instance of the Message class was created. This time zone could be different from those of the source and destination queues.

Applies to

Product Versions
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1