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.191-beta+925724bd48239ba1d4417fe63f8c4977892ab734
Syntax
public override void Write(
	string message
)
View Source

Parameters

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