> ## 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.UserPreferenceStrings.SalesNotification

# <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_SalesNotification" /> Class UserPreferenceStrings.SalesNotification

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

```csharp theme={null}
public static class UserPreferenceStrings.SalesNotification
```

#### Inheritance

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

#### Inherited Members

[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)

## Fields

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_SalesNotification_NotifyAppointmentAssociateRejected" /> NotifyAppointmentAssociateRejected

(BOOL) Indicates if the user wants notifications for meetings they have rejected.

```csharp theme={null}
public const string NotifyAppointmentAssociateRejected = "notifyAppointmentAssociateRejected"
```

#### Field Value

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

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_SalesNotification_NotifyAppointmentCancel" /> NotifyAppointmentCancel

(BOOL) Indicates if the user wants notifications for cancelled meetings.

```csharp theme={null}
public const string NotifyAppointmentCancel = "notifyAppointmentCancel"
```

#### Field Value

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

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_SalesNotification_NotifyAppointmentChange" /> NotifyAppointmentChange

(BOOL) Indicates if the user wants meeting update notifications (moved date/time or location)

```csharp theme={null}
public const string NotifyAppointmentChange = "notifyAppointmentChange"
```

#### Field Value

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

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_SalesNotification_NotifyAppointmentDecline" /> NotifyAppointmentDecline

(BOOL) Indicates if the user wants notifications when people decline one of his/her meetings.

```csharp theme={null}
public const string NotifyAppointmentDecline = "notifyAppointmentDecline"
```

#### Field Value

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

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_SalesNotification_NotifyAppointmentInvitation" /> NotifyAppointmentInvitation

(BOOL) Indicates if the user wants meeting invite notifications

```csharp theme={null}
public const string NotifyAppointmentInvitation = "notifyAppointmentInvitation"
```

#### Field Value

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

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_SalesNotification_NotifyContactOwnership" /> NotifyContactOwnership

(BOOL) Indicates if the user wants notifications when a contact is assigned to them.

```csharp theme={null}
public const string NotifyContactOwnership = "notifyContactOwnership"
```

#### Field Value

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

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_SalesNotification_Section" /> Section

```csharp theme={null}
public const string Section = "salesNotification"
```

#### Field Value

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


## Related topics

- [SuperOffice.WebApi.Data.UserPreferenceStrings.Notification](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.Notification.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.NotificationEmail](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.NotificationEmail.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.NotificationSms](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.NotificationSms.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.SystemNotification](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.SystemNotification.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.EmailNotification](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.EmailNotification.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.Sale](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.Sale.md)
