element <state> (local)
Namespace:
Type:
Content:
simple
Defined:
locally within messageStatusType complexType in myInbox.xsd; see XML source
XML Representation Summary
<state>
   
Content: 
{ "sent" | "received" }
</state>
Included in content model of elements (1):
messageStatus (in message in myInbox)
Annotation
This element defines the sent/received state of the message. This element is read only, which means that it can be queried for, but not updated
XML Source (see within schema source)
<xsd:element name="state" type="messageStateEnum">
<xsd:annotation>
<xsd:documentation>
This element defines the sent/received state of the message. This element is read only, which
means that it can be queried for, but not updated
</xsd:documentation>
</xsd:annotation>
</xsd:element>