C# Class SMS20Api.InstantMessage

Helper class to store message properties
Show file Open project: ForjaOMF/OMF-WinMobileSDK

Public Properties

Property Type Description
Body string
Received System.DateTime
Sender string

Public Methods

Method Description
InstantMessage ( string sender, System.DateTime received, string body ) : System

Method Details

InstantMessage() public method

public InstantMessage ( string sender, System.DateTime received, string body ) : System
sender string
received System.DateTime
body string
return System

Property Details

Body public property

public string Body
return string

Received public property

public DateTime,System Received
return System.DateTime

Sender public property

public string Sender
return string