System.Net.Mail.AlternateViewCollection.SetItem Method

Replaces the System.Net.Mail.AlternateView element at the specified location in the collection with the new System.Net.Mail.AlternateView object.

Syntax

protected override void SetItem (int index, AlternateView item)

Parameters

index
The index of the element in this collection to be replaced.
item
The System.Net.Mail.AlternateView object to replace the specified element in the collection.

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