 | ClientBaseSend Method |
Sends specified byte array to the server.
Namespace: Limilabs.ClientAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic void Send(
byte[] bytes
)
Public Sub Send (
bytes As Byte()
)
public:
void Send(
array<unsigned char>^ bytes
)
member Send :
bytes : byte[] -> unit Parameters
- bytes Byte
- Byte array to send.
See Also