CopyTo

CopyTo

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

Returns: void Aspose::Email::Mime::

CopyTo(System::ArrayPtr< System::String > array, int32_t arrayIndex)
ParameterDescription
arrayThe destination of the elements copied from the current collection.
arrayIndexAn integer that represents the index in array at which copying begins.