ILkAddressList Interface

ILkAddressList Interface provides a collection of addresses. It's used for defining a collection of recipients to, cc and bcc.

The ILkAddressList type exposes the following members.

Methods

NameDescription
Public method Add Creates and adds a new address to the collection. It than needs to be initialized with a title and an email address.
Public method Item Accesses an individual address item by index.
Public method Remove Removes the address from the collection.
Properties

NameDescription
Public property Count Returns a number of address items.
See Also