ILkContactsView Interface

ILkContactsView is an interface of Windows Live Mail Contacts view. It allows accessing a list of contacts and selected contacts.

The ILkContactsView type exposes the following members.

Methods

NameDescription
Public method SelectItem Selects a contact by index.
Properties

NameDescription
Public property FocusedItemIndex Retrieves an index of the focused contact.
Public property IsActive Checks if Contact view shown or not.
Public property Item Retrieves a contact object by index.
Public property SelectedIndexes Retrieves indexes of selected contacts.
See Also