Public Instance Constructors

InternetAddressListOverloaded. Initialize a new instance of the InternetAddressList class.

Public Instance Properties

Count Returns the number of addresses in the list.
Item Returns an address at a specified index.

Public Instance Methods

Clear Clears the list.
Equals (inherited from Object)Select the method name to go to the Microsoft documentation.
FindByValue Search for a URI by its string representation.
GetEnumerator
GetHashCode (inherited from Object)Select the method name to go to the Microsoft documentation.
GetType (inherited from Object)Select the method name to go to the Microsoft documentation.
IndexOf Returns the index of the address in the list.
RemoveAt
RemoveFirst
ToString Returns a CRLF separated list of Addresses. Do I need to take care of anything???

Protected Instance Methods

Finalize (inherited from Object)Select the method name to go to the Microsoft documentation.
MemberwiseClone (inherited from Object)Select the method name to go to the Microsoft documentation.

Explicit Interface Implementations

IAddressList.AddOverloaded. Adds an address to the list.
IAddressList.AddAtOverloaded. Adds an address at the specified index.
IAddressList.GetAddressOverloaded. Returns an address at the given index.
IAddressList.RemoveOverloaded. Removes an address from the list.

See Also

InternetAddressList Class | CSMail Namespace | InternetAddress