...
Info | ||
---|---|---|
| ||
Click here to Download the Projectsolution |
Project solution Name: AlarmEmailAndSMS
Software Version: 10.0.6
Keywords: Alarms. Notifications. Email. SMS.
...
Solution Summary
This sample demonstrates configuring to send an email and an SMS containing alarm information using the feature NotificationMethod every time an alarm event occurs.
...
The NotificationMethod used in this project solution example allows configuring your project solution to send an email, an SMS, a message box, or speech the alarm message every time a conditional event alarm occurs.
When the project solution runs, the NotificationMethod is called every time a conditional event alarm occurs. Then, this method receives an Array of AlarmEventInfo as a parameter. The NotificationMethod must follow the prototype below:
...
If sending emails is required in your projectsolution, you can install a PlugIn with that functionality.
...