Windows Live Mail API exposes the following interfaces.
Name | Description | |
---|---|---|
ILkToolbarButton | Interface exposes an individual toolbar button. It supports adding button text and icon, enabling/disabling, hidding. | |
ILkToolbar | Toolbar interface. Allows managing toolbar buttons. It can be used to connect toolbar click events. | |
ILkMessage | Interface for accessing properties of an individual email message. Allows accessing subject, bodies, recipients, attachments, etc. Interface can be used to define a new message or modify properties of an existent email. | |
ILkFolderList | Collection of folders. | |
ILkMessageList | Collection of email messages. | |
ILkFolder | ILkFolder interface provides methods and properties to operate with a folder: list folder messages, create new messages and subfolders, move messages and folders, search subfolders. | |
ILkAccount | ILkAccount is an interface for accessing details of an email account. | |
ILkAccountList | ILkAccountList Interface implements a collection of Account objects. | |
ILkStore | ILkStore is a primary interface for working with Windows Live Mail store. It allows accessing to the top level folders, such as quick views and outbox, retrieve a current folder and a list of registered accounts. | |
ILkMaster | ILkMaster Interface is a primary interface. It allows creating toolbars and accessing internal storage of Live Mail. | |
ILkToolbarButtonList | ILkToolbarButtonList is a collection interface of toolbar buttons. It's used to add and access toolbar buttons and dropdown subbuttons. | |
ILkAddress | ILkAddress Interface holds information about email recipient including name or title and email address. | |
ILkAddressList | ILkAddressList Interface provides a collection of addresses. It's used for defining a collection of recipients to, cc and bcc. | |
ILkAttachment | ILkAttachment provides interface for working with an attachment. It can load and save an attachment as a file and allows to access an in-memory representation of the attachment. | |
ILkAttachmentList | ILkAttachmentList is a collection interface of attachments. | |
ILkNote | ILkNote Interface allows to show a prefilled email editing window. | |
ILkBodyEdit | ILkBodyEdit Interface represents email text edit functionality. | |
ILkFrameWindow | ILkFrameWindow provides interface for managing frame window, extend toolbar, access edit fields. | |
ILkComposeWindow | ILkComposeWindow extends ILkFrameWindow interface for managing compose window, access edit fields. | |
ILkContact | ILkContacts is an interface for accessing Windows Live Mail Contact data. | |
ILkContactsView | ILkContactsView is an interface of Windows Live Mail Contacts view. It allows accessing a list of contatcs and a selected contact. | |
IPluginCore |