LumiSoft Mail Server User API
Write Method (data)
Namespaces > LumiSoft.Net > SocketBufferedWriter > Write(Byte[]())
Queues specified data to write buffer. If write buffer is full, buffered data will be sent to detination host.
Syntax
C#Visual BasicManaged C++
public void Write (
	byte[] data
)
Public Sub Write ( _
	data As Byte() _
)
public:
void Write (
	array<unsigned char>^ data
)
Parameters
data (Byte[]())
Data to queue.

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