Class Messages
Represents messages
Inheritance
System.Object
    Messages
  Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public class Messages : IXmlSerializableProperties
Received
Gets or sets the total received messages count
Declaration
public int Received { get; set; }Property Value
| System.Int32 
 | 
Sent
Gets or sets the sent messages count
Declaration
public int Sent { get; set; }Property Value
| System.Int32 
 | 
Unread
Gets or sets the unread received messages count
Declaration
public int Unread { get; set; }Property Value
| System.Int32 
 | 
Methods
GetSchema()
Declaration
public XmlSchema GetSchema()Returns
| XmlSchema 
 | 
ReadXml(XmlReader)
Declaration
public void ReadXml(XmlReader reader)Parameters
| XmlReader
        reader 
 | 
WriteXml(XmlWriter)
Declaration
public void WriteXml(XmlWriter writer)Parameters
| XmlWriter
        writer 
 |