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.
The ILkStore type exposes the following members.
Name | Description | |
---|---|---|
![]() |
OpenAccount | Opens an account by identifier. |
![]() |
OpenFolder | Opens a folder by identifier. Zero can be used to access a root folder. |
![]() |
ReleaseFolderHash | Helper method to reset internal folder hash. |
Name | Description | |
---|---|---|
![]() |
Accounts | Provides access to all registered email accounts. |
![]() |
CurrentFolder | Retrieves a current folder object. |
![]() |
DefaultAccount | Returns default account. |
![]() |
LocalStoreFolder | Provides a link to a Local Store Folder. |
![]() |
OutboxFolder | Retrieves Outbox folder. |
![]() |
QuickViewsFolder | Provides a link to Quick Views Folder. |
Name | Description | |
---|---|---|
![]() |
CurrentMessageChanged | Notifies a plugin if an email selection changed. |
![]() |
EmailDownloadFinished | Notifies a plugin if a message downloading process finished. |
![]() |
EmailDownloadStarted | Notifies a plugin if a message downloading process started. |
![]() |
FolderChanged | Notifies a plugin if a folder selection changed. |
![]() |
FolderCreated | Notifies a plugin if a new folder created. |
![]() |
FolderDeleted | Notifies a plugin if a folder deleted. |
![]() |
FolderMoved | Notifies a plugin if a folder moved. |
![]() |
FolderRenamed | Notifies a plugin if a folder renamed. |
![]() |
MessageDownloaded | Notifies a plugin about message download completion requested for an email on IMAP server using property MessageHeader. |
![]() |
MessageSending | Notifies a plugin if a new message is sending. The message sending can be cancelled by putting True in doCancelSending. |
![]() |
NewAccount | Notifies a plugin if a new account created. |
![]() |
NewMessage | Notifies a plugin if a new message arrives. |