Click or drag to resize
Infosoft Logo

SMSService Class

An implementation of the SMSService.
Inheritance Hierarchy
SystemObject
  Infosoft.Webservices.SMSServicesSMSService

Namespace: Infosoft.Webservices.SMSServices
Assembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax
public class SMSService : ISMSService

The SMSService type exposes the following members.

Methods
 NameDescription
Public methodSendSMS Sending a sms. If customernumber is set the the message will be logged to CustomerCommunication. If mobile phone number is empty it will try to find the customer's mobile number that is registered in the system. If customernumber is empty we use MobilePhoneNumber from the request and there will be no logging of the message to CustomerCommunication.
Top
See Also