|
ReportingProcessBaseSmtpServer Property
|
Gets or sets SMTP server to use when e-mailing reports.
Namespace: GSF.TimeSeries.ReportsAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.246-beta
Syntaxpublic string SmtpServer { get; set; }
Public Property SmtpServer As String
Get
Set
public:
virtual property String^ SmtpServer {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract SmtpServer : string with get, set
override SmtpServer : string with get, set
function get_SmtpServer();
function set_SmtpServer(value);
View SourceProperty Value
StringImplements
IReportingProcessSmtpServer
See Also