EmailAttachmentCollectionInsert Method Ipswitch.Messaging.Framework
Inserts an Attachment into the collection at a specific index.

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

public void Insert(
	int index,
	Attachment item
)

Parameters

index
Type: SystemInt32
The index to insert the Attachment at.
item
Type: System.Net.MailAttachment
The Attachment to insert.

Implements

IListTInsert(Int32, T)
See Also

Reference