System.Net.Mail.MailAddressCollection: Method Members

The methods of System.Net.Mail.MailAddressCollection are listed below. For a list of all members, see the MailAddressCollection Members list.

See Also: Inherited members from System.Collections.ObjectModel.Collection<System.Net.Mail.MailAddress>

Public Methods

Add(string)

Add a list of e-mail addresses to the collection.

override
ToString() : string

Returns a string representation of the e-mail addresses in this System.Net.Mail.MailAddressCollection object.

Protected Methods

override
InsertItem(int, MailAddress)

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

override
SetItem(int, MailAddress)

Replaces the element at the specified index.