Click or drag to resize

ReportOutputEmailFrom Property

The email address of the sender (From). If empty, the sender email address defined in the device is used. Make sure that the SMTP server allows the new address.

Namespace: Seal.Model
Assembly: SealLibrary (in SealLibrary.dll) Version: 8.0.0.0+c5a14bc14715399f60fcf611201a5e8ad953fbc3
Syntax
C#
public string EmailFrom { get; set; }

Property Value

String
See Also