Class UserPreferenceStrings.NotificationEmail
Inheritance
UserPreferenceStrings.NotificationEmail
Assembly: SoCore.dll
Syntax
public static class NotificationEmail : Object
Fields
NotifyEmailCustomMessage
(BOOL) Indicates if the user wants custom message notifications.
Declaration
public const string NotifyEmailCustomMessage = "notifyEmailCustomMessage"
Field Value
NotifyEmailFavouriteRequest
(BOOL) Indicates if the user wants notifications when one of his/her favourite requests are updated.
Declaration
public const string NotifyEmailFavouriteRequest = "notifyEmailFavouriteRequest"
Field Value
NotifyEmailNewMessage
(BOOL) Indicates if the user wants notifications when one of his/her requests has a new message.
Declaration
public const string NotifyEmailNewMessage = "notifyEmailNewMessage"
Field Value
NotifyEmailNewRequest
(BOOL) Indicates if the user wants notifications when he/she is assigned a new request.
Declaration
public const string NotifyEmailNewRequest = "notifyEmailNewRequest"
Field Value
NotifyEmailOpenRequestsNotRead
(BOOL) Notify of request that has not been read for a while
Declaration
public const string NotifyEmailOpenRequestsNotRead = "notifyEmailOpenRequestsNotRead"
Field Value
NotifyEmailRequestActivated
(BOOL) Indicates if the user wants notifications when one of his/her requests were activated.
Declaration
public const string NotifyEmailRequestActivated = "notifyEmailRequestActivated"
Field Value
NotifyEmailRequestAssignedAway
(BOOL) Indicates if the user wants notifications when one of his/her requests were taken by someone else.
Declaration
public const string NotifyEmailRequestAssignedAway = "notifyEmailRequestAssignedAway"
Field Value
NotifyEmailRequestEscalated
(BOOL) Indicates if the user wants notifications when one of his/her requests were escalated.
Declaration
public const string NotifyEmailRequestEscalated = "notifyEmailRequestEscalated"
Field Value
Section
Declaration
public const string Section = "notificationEmail"
Field Value