[This is preliminary documentation and is subject to change.]
             Sends a Message to Mobile Device using ClickATell API
            
    Namespace: 
   OfficeClip.UtilsAssembly: OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0
 Syntax
Syntax
| C# | 
|---|
| public static bool SendClickATellMsg( Hashtable smsInfo, string msg ) | 
| Visual Basic (Declaration) | 
|---|
| Public Shared Function SendClickATellMsg ( _ smsInfo As Hashtable, _ msg As String _ ) As Boolean | 
| Visual C++ | 
|---|
| public: static bool SendClickATellMsg( Hashtable^ smsInfo, String^ msg ) | 
Parameters
- smsInfo
- Type: System.Collections..::.Hashtable
 The SmsInfo Object
- msg
- Type: System..::.String
 the message to send






