C# Class SMS20Api.InstantMessage

Helper class to store message properties
Afficher le fichier Open project: ForjaOMF/OMF-WinMobileSDK

Méthodes publiques

Свойство Type Description
Body string
Received System.DateTime
Sender string

Méthodes publiques

Méthode Description
InstantMessage ( string sender, System.DateTime received, string body ) : System

Method Details

InstantMessage() public méthode

public InstantMessage ( string sender, System.DateTime received, string body ) : System
sender string
received System.DateTime
body string
Résultat System

Property Details

Body public_oe property

public string Body
Résultat string

Received public_oe property

public DateTime,System Received
Résultat System.DateTime

Sender public_oe property

public string Sender
Résultat string