DotMSN

NSMessageHandler.SendMobileMessage Method (Contact, String, String, String)

Sends a mobile message to the specified remote contact. This only works when the remote contact has it's mobile device enabled and has MSN-direct enabled.

[Visual Basic]
Overridable Overloads Public Sub SendMobileMessage( _
   ByVal receiver As Contact, _
   ByVal text As String, _
   ByVal callbackNumber As String, _
   ByVal callbackDevice As String _
)
[C#]
public virtual void SendMobileMessage(
   Contact receiver,
   string text,
   string callbackNumber,
   string callbackDevice
);

Parameters

receiver
text
callbackNumber
callbackDevice

See Also

NSMessageHandler Class | XihSolutions.DotMSN Namespace | NSMessageHandler.SendMobileMessage Overload List