Copies the range of elements from the PhraseCollection to a compatible one-dimensional
            array, starting at the specified index of the target array.
            
    Namespace: 
   Rebex.Mime.Headers
    Assembly:
   Rebex.Mail (in Rebex.Mail.dll)
 Syntax
Syntax
| Visual Basic | 
|---|
| Public Sub CopyTo ( _ array As String(), _ index As Integer _ ) | 
| C# | 
|---|
| public void CopyTo( string[] array, int index ) | 
Parameters
- array
- Type: array<System..::..String>[]()[][]
 One-dimensional zero-based array that is the destination of the elements copied from PhraseCollection.
- index
- Type: System..::..Int32
 A zero-based index in the destination array at which copying begins.
 
     
     
     
     
    