Class UserPreferenceStrings.SalesNotification
Inheritance
UserPreferenceStrings.SalesNotification
Assembly: SoCore.dll
Syntax
public static class UserPreferenceStrings.SalesNotification
Fields
NotifyAppointmentAssociateRejected
(BOOL) Indicates if the user wants notifications for meetings they have rejected.
Declaration
public const string NotifyAppointmentAssociateRejected = "notifyAppointmentAssociateRejected"
Field Value
NotifyAppointmentCancel
(BOOL) Indicates if the user wants notifications for cancelled meetings.
Declaration
public const string NotifyAppointmentCancel = "notifyAppointmentCancel"
Field Value
NotifyAppointmentChange
(BOOL) Indicates if the user wants meeting update notifications (moved date/time or location)
Declaration
public const string NotifyAppointmentChange = "notifyAppointmentChange"
Field Value
NotifyAppointmentDecline
(BOOL) Indicates if the user wants notifications when people decline one of his/her meetings.
Declaration
public const string NotifyAppointmentDecline = "notifyAppointmentDecline"
Field Value
NotifyAppointmentInvitation
(BOOL) Indicates if the user wants meeting invite notifications
Declaration
public const string NotifyAppointmentInvitation = "notifyAppointmentInvitation"
Field Value
Section
Declaration
public const string Section = "salesNotification"
Field Value