System.Net.Mail.AlternateViewCollection.InsertItem Method

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

Syntax

protected override void InsertItem (int index, AlternateView item)

Parameters

index
The specified location at which to insert the System.Net.Mail.AlternateView object.
item
The System.Net.Mail.AlternateView 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