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( Contactreceiver, stringtext, stringcallbackNumber, stringcallbackDevice );