ILkAddressBook Interface

ILkAddressBook is an interface for reading and managing contacts in the address book.

The ILkAddressBook type exposes the following members.

Methods

NameDescription
Public method AddContact Allows adding a new contact to the address book.
Public method DeleteContact Deletes a contact from the address book.
Properties

NameDescription
Public property AddressBookTitle The property returns address book title.
Public property AddressBookType The property retrieves email client name associated with the address book.
Public property ContactList Retrieves a collection of contacts.
See Also