EmailAttachmentCollectionAddRange Method Ipswitch.Messaging.Framework
Add a collection of attachments to the collection.

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

public void AddRange(
	IEnumerable<Attachment> attachments
)

Parameters

attachments
Type: System.Collections.GenericIEnumerableAttachment
The attachments to add.
See Also

Reference