Partager via


LoggingSmtp.Information(String, String) Method

Definition

Logs an informational message.

public:
 virtual void Information(System::String ^ applicationName, System::String ^ message);
public void Information (string applicationName, string message);
abstract member Information : string * string -> unit
override this.Information : string * string -> unit
Public Sub Information (applicationName As String, message As String)

Parameters

applicationName
String

Specifies the application name used in the log.

message
String

Specifies the message used in the log.

Implements

Applies to