MailAddressCollection.InsertItem(Int32, MailAddress) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.