Click or drag to resize

EmailNotifierEmailRecipients Property

Gets or sets the email addresses (comma or semicolon delimited) where the email messages are to be sent.

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

Property Value

String
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.
See Also