Click or drag to resize

SmtpTraceListenerWrite(String) Method

Sends an e-mail message containing the specified message.

Namespace: GSF.ErrorManagement
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public override void Write(
	string message
)
View Source

Parameters

message  String
The message to be sent in the e-mail message.
See Also