openPDC Historian Help
EmailSender Property
NamespacesTVA.Historian.NotifiersEmailNotifierEmailSender
Gets or sets the email address to be used for sending the email messages.
Declaration Syntax
C#Visual BasicVisual C++
public string EmailSender { get; set; }
Public Property EmailSender As String
public:
property String^ EmailSender {
	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