EmailAttachmentCollectionCopyTo Method Ipswitch.Messaging.Framework
Copies the contents of the collection to an Attachment array starting at the specified index.

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

public void CopyTo(
	Attachment[] array,
	int arrayIndex
)

Parameters

array
Type: System.Net.MailAttachment
The array of Attachments to copy to.
arrayIndex
Type: SystemInt32
The zero-based index where copying should begin in array.

Implements

ICollectionTCopyTo(T, Int32)
See Also

Reference