Click or drag to resize

ClientBaseSend Method

Sends specified byte array to the server.

Namespace: Limilabs.Client
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public void Send(
	byte[] bytes
)

Parameters

bytes  Byte
Byte array to send.
See Also