Email Factory for .NET

ByteBuffer.Append Method (Byte[], Int32, Int32)

Appends data to this

ByteBuffer
.

public void Append(
   byte[] buf,
   int offset,
   int len
);

Parameters

buf
A byte array.
offset
The beginning index of array.
len
The total number of bytes to append, starting from offset.

See Also

ByteBuffer Class | Jscape.Email Namespace | ByteBuffer.Append Overload List