INetMailAddressCollection

Description

The INetMailAddressCollection interface contains email addresses collection properties and methods.

Properties

  Property name Brief description
The Item property returns email address.

Properties inherited from INetCollection

  Property name Brief description
The Count property returns the number of elements in the collection.

Methods

  Method name Brief description
The Add method adds an email address to the collection.
The AddString method adds the email address passed as a text string.
The Contains method checks if the email address is contained in the collection.
The IndexOf method returns email address index.
The Insert method inserts the email address before the specified position.
The Remove method removes the email address from the collection.
The ToString method returns the collection address list as a character string.

Methods inherited from INetCollection

  Method name Brief description
The Clear method removes all collection elements.
The RemoveAt method removes collection element by its index.

See also:

Net Assembly Interfaces