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

Sends SMS to the Mobile/SMS device using the SMS Email ID or ClickATell SMS system.

Namespace:  OfficeClip.DBLayer.Framework
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public static bool SendShortMessage(
	SmsInfo ui,
	string fromEmailAddress,
	string msg
)
Visual Basic (Declaration)
Public Shared Function SendShortMessage ( _
	ui As SmsInfo, _
	fromEmailAddress As String, _
	msg As String _
) As Boolean
Visual C++
public:
static bool SendShortMessage(
	SmsInfo^ ui, 
	String^ fromEmailAddress, 
	String^ msg
)

Parameters

ui
Type: OfficeClip.BusinessLayer.Account..::.SmsInfo
The SmsInfo Object
fromEmailAddress
Type: System..::.String
msg
Type: System..::.String
The Message to be sent

Return Value

true if message is sent sucessfully else false.

See Also