LinkedResourceCollection.CopyTo Method
Namespace: Rebex.Mail
Assembly: Rebex.Mail.dll (version 7.0.9147)
CopyTo(LinkedResource[], Int32)
Copies the range of elements from the Linked
Declaration
public void CopyTo(LinkedResource[] array, int index)
Parameters
Type | Name | Description |
---|---|---|
Linked |
array | One-dimensional zero-based array that is the destination of the elements copied from Attachment |
Int32 | index | A zero-based index in the destination array at which copying begins. |