E-mail address that error messages should be sent to
Namespace:
EPiServer.ConfigurationAssembly: EPiServer.Configuration (in EPiServer.Configuration.dll) Version: 5.2.375.236
Syntax
| C# |
|---|
[ConfigurationPropertyAttribute("globalErrorMail", IsRequired = false)] [ManagerTabAttribute(ManagerTab.Mail)] [MailAddressValidatorAttribute] [TypeConverterAttribute(typeof(CustomMailAddressConverter))] public MailAddress GlobalErrorMail { get; set; } |