[This is preliminary documentation and is subject to change.]
            Sends the sms
            
    Namespace: 
   OfficeClip.DBLayer.TemplateAssembly: 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
- fromEmail
 - Type: System..::.String
 
- mapping
 - Type: System.Collections..::.Hashtable
 
