Click or drag to resize

ReportScheduleErrorEmailFrom Property

The sender (From) email address used to send the email in case of error. If empty the default address configured in the device is used. Make sure that the SMTP or SendGrid server allows the new address.

Namespace: Seal.Model
Assembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntax
C#
public string ErrorEmailFrom { get; set; }

Property Value

String
See Also