Show / Hide Table of Contents

Class SmsConfig

Sms settings for Customer Service sms providers.

Carrier object for SmsConfig. Services for the SmsConfig Carrier is available from the CustomerService Agent.
Inheritance
object
SmsConfig
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.1.0.0")]
public class SmsConfig : Carrier

Constructors

SmsConfig()

Default constructor

Declaration
public SmsConfig()
See Also
ICustomerServiceAgent

Properties

DefaultSmsCountry

Phone prefix, will default to the current users HomeCountryId.

Declaration
[DataMember]
public virtual string DefaultSmsCountry { get; set; }
Property Value
Type Description
string
See Also
ICustomerServiceAgent

NetServerSmsProvider

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

Declaration
[DataMember]
public virtual string NetServerSmsProvider { get; set; }
Property Value
Type Description
string
See Also
ICustomerServiceAgent

NsPluginConfig

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

Declaration
[DataMember]
public virtual StringDictionary NsPluginConfig { get; set; }
Property Value
Type Description
StringDictionary
See Also
ICustomerServiceAgent

NsPluginSender

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

Declaration
[DataMember]
public virtual string NsPluginSender { get; set; }
Property Value
Type Description
string
See Also
ICustomerServiceAgent

Methods

ToString()

Returns the carrier contents as a formatted string.

Declaration
public override string ToString()
Returns
Type Description
string

The carrier contents.

See Also
ICustomerServiceAgent

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.

See Also
ICustomerServiceAgent

See Also

ICustomerServiceAgent
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top