ILkContactsView Interface

ILkContactsView is an interface to 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 GetItemByIndex Retrieves a contact object by index.
Public method SelectItem Selects a contact by index.
Properties

NameDescription
Public property FocusedItemIndex Retrieves index of the focused contact.
Public property IsActive Checks if Contact view shown or not.
Public property SelectedIndexes Retrieves indexes of selected contacts.
Events

NameDescription
Public event SelectionChanged Notifies a plugin on a contact selection change.
See Also