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