MailAddressCollection.InsertItem(Int32, MailAddress) Method

Definition

Inserts an email address into the MailAddressCollection, at the specified location.

protected:
 override void InsertItem(int index, System::Net::Mail::MailAddress ^ item);
protected override void InsertItem (int index, System.Net.Mail.MailAddress item);
override this.InsertItem : int * System.Net.Mail.MailAddress -> unit
Protected Overrides Sub InsertItem (index As Integer, item As MailAddress)

Parameters

index
Int32

The location at which to insert the email address that is specified by item.

item
MailAddress

The email address to be inserted into the collection.

Exceptions

The item parameter is null.

Applies to