Gets a portion of this
CopyC#
ByteBuffer
data.

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

Syntax

C#
public ByteBuffer GetBuffer(
	int start
)
Visual Basic
Public Function GetBuffer ( _
	start As Integer _
) As ByteBuffer
Visual C++
public:
ByteBuffer^ GetBuffer(
	int start
)

Parameters

start
Type: System..::..Int32
The starting index.

Return Value

The buffer portion.

See Also