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

Sends the sms

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

Syntax

C#
protected void SendSystemTemplateSMS(
	TemplateNameId stnId,
	SmsInfo sms,
	string fromEmail,
	Hashtable mapping
)
Visual Basic (Declaration)
Protected Sub SendSystemTemplateSMS ( _
	stnId As TemplateNameId, _
	sms As SmsInfo, _
	fromEmail As String, _
	mapping As Hashtable _
)
Visual C++
protected:
void SendSystemTemplateSMS(
	TemplateNameId stnId, 
	SmsInfo^ sms, 
	String^ fromEmail, 
	Hashtable^ mapping
)

Parameters

stnId
Type: OfficeClip.BusinessLayer.Template..::.TemplateNameId
sms
Type: OfficeClip.BusinessLayer.Account..::.SmsInfo
fromEmail
Type: System..::.String
mapping
Type: System.Collections..::.Hashtable

See Also