HeaderCollectionCopyTo Method

Copies all the elements of the current collection to the specified string array starting at the specified destination index.

Namespace:  Aspose.Email.Mime
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public void CopyTo(
	string[] array,
	int arrayIndex
)

Parameters

array
Type: SystemString
The destination of the elements copied from the current collection.
arrayIndex
Type: SystemInt32
An integer that represents the index in array at which copying begins.

Implements

ICollectionTCopyTo(T, Int32)
See Also