Copies the range of elements from the SubjectInfoCollection 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)
Syntax
| Visual Basic | 
|---|
Public Sub CopyTo ( _ array As SubjectInfo(), _ index As Integer _ )  | 
| C# | 
|---|
public void CopyTo( SubjectInfo[] array, int index )  | 
Parameters
- array
 - Type: array<Rebex.Mail..::..SubjectInfo>[]()[][]
One-dimensional zero-based array that is the destination of the elements copied from SubjectInfoCollection. 
- index
 - Type: System..::..Int32
A zero-based index in the destination array at which copying begins.