MsgAddressCollection.CopyTo Method
Namespace: Rebex.Mail
Assembly: Rebex.Msg.dll (version 7.0.9083)
CopyTo(MsgAddress[], Int32)
Copies the entire collection to an array, starting at the specified index of the target array.
Declaration
public void CopyTo(MsgAddress[] array, int arrayIndex)
Parameters
Type | Name | Description |
---|---|---|
MsgAddress[] | array | An array where to copy addresses. |
Int32 | arrayIndex | A zero-based index in target array at which copying begins. |