LumiSoft Mail Server User API
SessionActiveLog Property
Namespaces > LumiSoft.Net.SMTP.Client > SmtpClientEx > SessionActiveLog
Gets log entries that are currently in log buffer. Returns null if socket not connected or no logging enabled.
Syntax
C#Visual BasicManaged C++
public SocketLogger SessionActiveLog { get; }
Public ReadOnly Property SessionActiveLog As SocketLogger
public:
SocketLogger^ SessionActiveLog {
	SocketLogger^ get ();
}

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)