Click or drag to resize

MetadataRecordAlarmEmails Property

Gets or sets a comma-separated list of email addresses that will receive alarm notification email messages based on the AlarmFlags settings for the HistorianID.

Namespace: GSF.Historian.Files
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
public string AlarmEmails { get; set; }
View Source

Property Value

String
Exceptions
ExceptionCondition
ArgumentNullExceptionThe value being assigned is a null string.
Remarks
Maximum length for AlarmEmails is 512 characters.
See Also