SubjectInfoCollection.CopyTo Method
Namespace: Rebex.Mail
Assembly: Rebex.Mail.dll (version 7.0.9083)
CopyTo(SubjectInfo[], Int32)
Copies the range of elements from the SubjectInfoCollection to a compatible one-dimensional array, starting at the specified index of the target array.
Declaration
public void CopyTo(SubjectInfo[] array, int index)
Parameters
Type | Name | Description |
---|---|---|
SubjectInfo[] | array | One-dimensional zero-based array that is the destination of the elements copied from SubjectInfoCollection. |
Int32 | index | A zero-based index in the destination array at which copying begins. |