Skip to main content

Class SmsConfig

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for SmsConfig. Sms settings for Customer Service sms providers.

Inheritance

objectCarrierSmsConfig

Inherited Members

Carrier.TableRight, Carrier.FieldProperties, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

SmsConfig()

Default constructor - defaults any enum props to 0.

Properties

DefaultSmsCountry

Phone prefix, will default to the current users HomeCountryId.

Property Value

string

NetServerSmsProvider

Name of the selected provider, i.e. CM, Compaya SMS (cpsms.dk), Intelecom SMS, PSWinCom SMS, SMS Teknik or TXTLocal.

Property Value

string

NsPluginConfig

Configuration settings provided by the SMS provider. Typically contains newline-delimited settings such as username and password.

Property Value

StringDictionary

NsPluginSender

The sender of the SMS messages. This text will appear on the recipient’s mobile phone.

Property Value

string

See Also

CustomerServiceAgent