[This is preliminary documentation and is subject to change.]

Sends a Message to Mobile Device using ClickATell API

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

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

Return Value

return true if message is sucessfully sent else false.

See Also