openPDC Historian Help
AlarmEmails Property
NamespacesTVA.Historian.FilesMetadataRecordAlarmEmails
Gets or sets a comma-seperated list of email addresses that will receive alarm notification email messages based on the AlarmFlags settings for the HistorianID.
Declaration Syntax
C#Visual BasicVisual C++
public string AlarmEmails { get; set; }
Public Property AlarmEmails As String
public:
property String^ AlarmEmails {
	String^ get ();
	void set (String^ value);
}
Remarks
Maximum length for AlarmEmails is 512 characters.
Exceptions
ExceptionCondition
ArgumentNullExceptionThe value being assigned is a null string.

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