ContactEmailDictionaryValueCollectionCopyTo Method Ipswitch.Messaging.Framework
Copies the email addresses in this collection into the specified string array starting at the specified index of that array.

Namespace: Ipswitch.Messaging.Framework
Assembly: Ipswitch.Messaging.Framework (in Ipswitch.Messaging.Framework.dll) Version: 1.0.0.0
Syntax

public void CopyTo(
	EmailAddress[] destinationArray,
	int destinationIndex
)

Parameters

destinationArray
Type: EmailAddress
The array of strings to copy the email addresses from this collection into.
destinationIndex
Type: SystemInt32
The first index of destinationArray to start copying to.

Implements

ICollectionTCopyTo(T, Int32)
See Also

Reference