Appends data to this
CopyC#
ByteBuffer
.

Namespace: Jscape.Email
Assembly: Jscape.Email (in Jscape.Email.dll) Version: 2.4.5.0

Syntax

C#
public void Append(
	ByteBuffer buf
)
Visual Basic
Public Sub Append ( _
	buf As ByteBuffer _
)
Visual C++
public:
void Append(
	ByteBuffer^ buf
)

Parameters

buf
Type: Jscape.Email..::..ByteBuffer
The
CopyC#
ByteBuffer
to append from.

See Also