Anmelden

.NET Framework Class Library
SysJobBase..::.OperatorMail Method
SysJobBase Class SeeAlso Send Feedback

Send mail to an operator. Mail address of the operator must be configured by section Nsoft.Sys.Interfaces.Settings. If no mail address is configured, a normal error (LogLevel.Error) is issued.

Namespace: Nsoft.Sys.Interfaces
Assembly: Nsoft.Sys.Interfaces (in Nsoft.Sys.Interfaces.dll)

Syntax

Visual Basic (Declaration)
Protected Overridable Function OperatorMail ( _
	subject As String, _
	text As String, _
	dal As IDataAccessLayer _
) As Integer
C#
protected virtual int OperatorMail(
	string subject,
	string text,
	IDataAccessLayer dal
)
Visual C++
protected:
virtual int OperatorMail(
	String^ subject, 
	String^ text, 
	IDataAccessLayer^ dal
)
JavaScript
function operatorMail(subject, text, dal);

Parameters

subject
Type: System..::.String
text
Type: System..::.String
dal
Type: Nsoft.DataAccess.Interface..::.IDataAccessLayer

Return Value

See Also

Overview of namespaces
   
Top

Wir arbeiten mit Software von http://www.campus21.de.

Verantwortlich für angezeigte Daten ist der Webdomain-Eigentümer laut Impressum.

Suche