> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.SmsConfig

# <a id="SuperOffice_WebApi_Data_SmsConfig" /> Class SmsConfig

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

Carrier object for SmsConfig.
Sms settings for Customer Service sms providers.

```csharp theme={null}
public class SmsConfig : Carrier
```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[Carrier](SuperOffice.WebApi.Data.Carrier.md) ←
[SmsConfig](SuperOffice.WebApi.Data.SmsConfig.md)

#### Inherited Members

[Carrier.TableRight](SuperOffice.WebApi.Data.Carrier.md#SuperOffice_WebApi_Data_Carrier_TableRight),
[Carrier.FieldProperties](SuperOffice.WebApi.Data.Carrier.md#SuperOffice_WebApi_Data_Carrier_FieldProperties),
[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring),
[object.Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object\)),
[object.Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\)),
[object.ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals),
[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode),
[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype),
[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone)

## Constructors

### <a id="SuperOffice_WebApi_Data_SmsConfig__ctor" /> SmsConfig()

Default constructor - defaults any enum props to 0.

```csharp theme={null}
public SmsConfig()
```

## Properties

### <a id="SuperOffice_WebApi_Data_SmsConfig_DefaultSmsCountry" /> DefaultSmsCountry

Phone prefix, will default to the current users HomeCountryId.

```csharp theme={null}
public virtual string DefaultSmsCountry { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_SmsConfig_NetServerSmsProvider" /> NetServerSmsProvider

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

```csharp theme={null}
public virtual string NetServerSmsProvider { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_SmsConfig_NsPluginConfig" /> NsPluginConfig

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

```csharp theme={null}
public virtual StringDictionary NsPluginConfig { get; set; }
```

#### Property Value

[StringDictionary](SuperOffice.WebApi.Data.StringDictionary.md)

### <a id="SuperOffice_WebApi_Data_SmsConfig_NsPluginSender" /> NsPluginSender

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

```csharp theme={null}
public virtual string NsPluginSender { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

## See Also

[CustomerServiceAgent](SuperOffice.WebApi.Agents.CustomerServiceAgent.md)


## Related topics

- [SuperOffice.WebApi.Agents.ICustomerServiceAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ICustomerServiceAgent.md)
- [SuperOffice.WebApi.Agents.CustomerServiceAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.CustomerServiceAgent.md)
- [SuperOffice.WebApi.Data.CustomerService GetSmsConfigRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.CustomerService_GetSmsConfigRequest.md)
- [SuperOffice.WebApi.Data.Ticket SendTicketMessageSmsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Ticket_SendTicketMessageSmsRequest.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.NotificationSms](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.NotificationSms.md)
- [SuperOffice.WebApi.Data.TicketAlertAction](/en/api/reference/webapi/SuperOffice.WebApi.Data.TicketAlertAction.md)
