LumiSoft Mail Server User API
AddSendEntry Method (text, size)
Namespaces > LumiSoft.Net > SocketLogger > AddSendEntry(String, Int64)
Adds data send(to remoteEndpoint) entry.
Syntax
C#Visual BasicManaged C++
public void AddSendEntry (
	string text,
	long size
)
Public Sub AddSendEntry ( _
	text As String, _
	size As Long _
)
public:
void AddSendEntry (
	String^ text, 
	long long size
)
Parameters
text (String)
Log text.
size (Int64)
Sent text size.

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