System.Net.Mail.MailAddressCollection.InsertItem Method

Inserts an e-mail address into the System.Net.Mail.MailAddressCollection, at the specified location.

Syntax

protected override void InsertItem (int index, MailAddress item)

Parameters

index
The location at which to insert the e-mail address that is specified by item.
item
The e-mail address to be inserted into 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