openPDC Historian Help
EmailServer Property
NamespacesTVA.Historian.NotifiersEmailNotifierEmailServer
Gets or sets the SMTP server to use for sending the email messages.
Declaration Syntax
C#Visual BasicVisual C++
public string EmailServer { get; set; }
Public Property EmailServer As String
public:
property String^ EmailServer {
	String^ get ();
	void set (String^ value);
}
Exceptions
ExceptionCondition
ArgumentNullExceptionThe value being assigned is a null or empty string.

Assembly: TVA.Historian (Module: TVA.Historian) Version: 1.0.33.39252