openPDC Historian Help
NotifyInformation Method (subject, message, details)
NamespacesTVA.Historian.NotifiersEmailNotifierNotifyInformation(String, String, String)
Processes a Information notification.
Declaration Syntax
C#Visual BasicVisual C++
protected override void NotifyInformation(
	string subject,
	string message,
	string details
)
Protected Overrides Sub NotifyInformation ( _
	subject As String, _
	message As String, _
	details As String _
)
protected:
virtual void NotifyInformation(
	String^ subject, 
	String^ message, 
	String^ details
) override
Parameters
subject (String)
Subject matter for the notification.
message (String)
Brief message for the notification.
details (String)
Detailed message for the notification.

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