classes/JHP_ScomReportSetting.ps1

enum ScomReportSetting
{
    AutomaticallySend
    OptOut # Parameter name DoNotSend, whoever thought of this brilliant idea.
    PromptBeforeSending
}