Copies the range of elements from the AlternateViewCollection to a compatible one-dimensional array, starting at the specified index of the target array.

Namespace:  Rebex.Mail
Assembly:  Rebex.Mail (in Rebex.Mail.dll) Version: 1.0.4086.0

Syntax

C#
public void CopyTo(
	AlternateView[] array,
	int index
)
Visual Basic (Declaration)
Public Sub CopyTo ( _
	array As AlternateView(), _
	index As Integer _
)
Visual C++
public:
void CopyTo(
	array<AlternateView^>^ array, 
	int index
)

Parameters

array
Type: array< Rebex.Mail..::.AlternateView >[]()[]
One-dimensional zero-based array that is the destination of the elements copied from AttachmentCollection.
index
Type: System..::.Int32
A zero-based index in the destination array at which copying begins.

See Also