System.Net.Mail.AttachmentCollection.InsertItem Method

Inserts a System.Net.Mail.Attachment object into this collection, at the specified index location.

Syntax

protected override void InsertItem (int index, Attachment item)

Parameters

index
The specified location at which to insert the System.Net.Mail.Attachment object.
item
The System.Net.Mail.Attachment object to be inserted.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Net.Mail
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0