C# Class SMS20Api.InstantMessage

Helper class to store message properties
ファイルを表示 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_oe property

public string Body
return string

Received public_oe property

public DateTime,System Received
return System.DateTime

Sender public_oe property

public string Sender
return string