|
EmailNotifierEmailRecipients Property
|
Gets or sets the email addresses (comma or semicolon delimited) where the email messages are to be sent.
Namespace: GSF.Historian.NotifiersAssembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.207-beta
Syntax public string EmailRecipients { get; set; }
Public Property EmailRecipients As String
Get
Set
member EmailRecipients : string with get, set
function get_EmailRecipients();
function set_EmailRecipients(value);
View SourceProperty Value
StringRemarks
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.
See Also