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.
Name | Description | |
---|---|---|
Add | Creates and adds a new address to the collection. It than needs to be initialized with a title and an email address. | |
Item | Accesses an individual address item by index. | |
Remove | Removes the address from the collection. |
Name | Description | |
---|---|---|
Count | Returns a number of address items. |