openPDC Historian Help
EmailTime Property
NamespacesTVA.Historian.FilesMetadataRecordEmailTime
Gets or sets the data and time when an alarm notification is sent based on the AlarmFlags settings for the HistorianID.
Declaration Syntax
C#Visual BasicVisual C++
public string EmailTime { get; set; }
Public Property EmailTime As String
public:
property String^ EmailTime {
	String^ get ();
	void set (String^ value);
}
Remarks
Maximum length for EmailTime is 40 characters.
Exceptions
ExceptionCondition
ArgumentNullExceptionThe value being assigned is a null string.

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