> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.UserPreferenceStrings.NotificationEmail

# <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_NotificationEmail" /> Class UserPreferenceStrings.NotificationEmail

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

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

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[UserPreferenceStrings.NotificationEmail](SuperOffice.WebApi.Data.UserPreferenceStrings.NotificationEmail.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_NotificationEmail_NotifyEmailCustomMessage" /> NotifyEmailCustomMessage

(BOOL) Indicates if the user wants custom message notifications.

```csharp theme={null}
public const string NotifyEmailCustomMessage = "notifyEmailCustomMessage"
```

#### Field Value

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

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_NotificationEmail_NotifyEmailFavouriteRequest" /> NotifyEmailFavouriteRequest

(BOOL) Indicates if the user wants notifications when one of his/her favourite requests are updated.

```csharp theme={null}
public const string NotifyEmailFavouriteRequest = "notifyEmailFavouriteRequest"
```

#### Field Value

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

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_NotificationEmail_NotifyEmailNewMessage" /> NotifyEmailNewMessage

(BOOL) Indicates if the user wants notifications when one of his/her requests has a new message.

```csharp theme={null}
public const string NotifyEmailNewMessage = "notifyEmailNewMessage"
```

#### Field Value

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

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_NotificationEmail_NotifyEmailNewRequest" /> NotifyEmailNewRequest

(BOOL) Indicates if the user wants notifications when he/she is assigned a new request.

```csharp theme={null}
public const string NotifyEmailNewRequest = "notifyEmailNewRequest"
```

#### Field Value

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

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_NotificationEmail_NotifyEmailOpenRequestsNotRead" /> NotifyEmailOpenRequestsNotRead

(BOOL) Notify of request that has not been read for a while

```csharp theme={null}
public const string NotifyEmailOpenRequestsNotRead = "notifyEmailOpenRequestsNotRead"
```

#### Field Value

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

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_NotificationEmail_NotifyEmailRequestActivated" /> NotifyEmailRequestActivated

(BOOL) Indicates if the user wants notifications when one of his/her requests were activated.

```csharp theme={null}
public const string NotifyEmailRequestActivated = "notifyEmailRequestActivated"
```

#### Field Value

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

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_NotificationEmail_NotifyEmailRequestAssignedAway" /> NotifyEmailRequestAssignedAway

(BOOL) Indicates if the user wants notifications when one of his/her requests were taken by someone else.

```csharp theme={null}
public const string NotifyEmailRequestAssignedAway = "notifyEmailRequestAssignedAway"
```

#### Field Value

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

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_NotificationEmail_NotifyEmailRequestEscalated" /> NotifyEmailRequestEscalated

(BOOL) Indicates if the user wants notifications when one of his/her requests were escalated.

```csharp theme={null}
public const string NotifyEmailRequestEscalated = "notifyEmailRequestEscalated"
```

#### Field Value

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

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

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

#### Field Value

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