Message::SentTime Property
.NET Framework (current version)
Gets the date and time on the sending computer that the message was sent by the source queue manager.
Assembly: System.Messaging (in System.Messaging.dll)
| Exception | Condition |
|---|---|
| InvalidOperationException | 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. |
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.
The following code example displays the value of a message's SentTime property.
.NET Framework
Available since 1.1
Available since 1.1
Show: