openPDC Historian Help
EmailRecipients Property
NamespacesTVA.Historian.NotifiersEmailNotifierEmailRecipients
Gets or sets the email addresses (comma or semicolon delimited) where the email messages are to be sent.
Declaration Syntax
C#Visual BasicVisual C++
public string EmailRecipients { get; set; }
Public Property EmailRecipients As String
public:
property String^ EmailRecipients {
	String^ get ();
	void set (String^ value);
}
Remarks
Email address can be provided in the <Email Address>:sms format (Example: 123456789@provider.com:sms), to indicate that the reciepient is a mobile device and a very brief email message is to be sent.

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