element <dateSent> (local)
Namespace:
Type:
xsd:dateTime
Content:
simple
Defined:
XML Representation Summary
<dateSent>
   
Content: 
{ xsd:dateTime }
</dateSent>
Included in content model of elements (1):
messageContent (in message in myInbox)
Annotation
This read-only element contains the UTC date/time the message was sent. For /messsage/messageStatus/state="sent" messages, this element represents the time the message was sent. For /messsage/messageStatus/state="received" this element represents the time the sender sent the message.
XML Source (see within schema source)
<xsd:element name="dateSent" type="xsd:dateTime">
<xsd:annotation>
<xsd:documentation>
This read-only element contains the UTC date/time the message was sent. For /messsage/messageStatus/state="sent"
messages, this element represents the time the message was sent. For /messsage/messageStatus/state="received"
this element represents the time the sender sent the message.
</xsd:documentation>
</xsd:annotation>
</xsd:element>