Class SmsConfig
Sms settings for Customer Service sms providers.
Carrier object for SmsConfig. Services for the SmsConfig Carrier is available from the ICustomerServiceAgent.Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
public class SmsConfig : Carrier
Constructors
SmsConfig()
Default constructor
Declaration
public SmsConfig()
See Also
Properties
DefaultSmsCountry
Phone prefix, will default to the current users HomeCountryId.
Declaration
public virtual string DefaultSmsCountry { get; set; }
Property Value
Type | Description |
---|---|
String |
See Also
NetServerSmsProvider
Name of the selected provider, i.e. CM, Compaya SMS (cpsms.dk), Intelecom SMS, PSWinCom SMS, SMS Teknik or TXTLocal.
Declaration
public virtual string NetServerSmsProvider { get; set; }
Property Value
Type | Description |
---|---|
String |
See Also
NsPluginConfig
Configuration settings provided by the SMS provider. Typically contains newline-delimited settings such as username and password.
Declaration
public virtual StringDictionary NsPluginConfig { get; set; }
Property Value
Type | Description |
---|---|
StringDictionary |
See Also
NsPluginSender
The sender of the SMS messages. This text will appear on the recipient's mobile phone.
Declaration
public virtual string NsPluginSender { get; set; }
Property Value
Type | Description |
---|---|
String |
See Also
Methods
ToString()
Returns the carrier contents as a formatted string.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String | The carrier contents. |
See Also
ToString(String)
Returns the carrier contents as a formatted string, useful for debugging. Each line in the output is prefixed with the input value.
Declaration
public string ToString(string prefix)
Parameters
Type | Name | Description |
---|---|---|
String | prefix | The line prefix (typically used for indenting) |
Returns
Type | Description |
---|---|
String | The carrier contents. |