Skip to main content
Skip table of contents

SupportCase.SenderAddress.Enabled

Beschreibung

Gibt an, ob die Absender E-Mail-Adresse im Supportfall erstellen-Dialog editiert werden darf. (Nur im SMTP-Modus relevant)

Erlaubte Werte

WertBeschreibung

True [Standard]

Das Feld darf editiert werden.
FalseDas Feld darf nicht editiert werden.

Beispiel

XML
<configuration version="1.2.0">
  <applicationSettings>

	...

	<!-- Allgemeine Einstellungen -->
	<generalSettings>

		<!-- Gibt an, ob die Absender E-Mail-Adresse im "Supportfall erstellen"–Dialog editiert werden darf. (Werte: [True, False], Standard: [True]) -->
		<setting key="SupportCase.SenderAddress.Enabled" value="True" />

	 </generalSettings>

	...

  </applicationSettings>
</configuration>
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.