C# Class CalDavSynchronizer.ChangeWatching.FolderChangeWatcher

Inheritance: IItemCollectionChangeWatcher
Exibir arquivo Open project: aluxnimm/outlookcaldavsynchronizer

Public Methods

Method Description
Dispose ( ) : void
FolderChangeWatcher ( Folder folder, string folderEntryId, string folderStoreId ) : System

Protected Methods

Method Description
OnItemSavedOrDeleted ( IOutlookId entryId ) : void

Private Methods

Method Description
FolderEvents_BeforeItemMove ( object item, MAPIFolder moveTo, bool &cancel ) : void
OnItemSavedOrDeleted ( object item, ItemAction action ) : void
_folderItems_ItemAdd ( object item ) : void
_folderItems_ItemChange ( object item ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

FolderChangeWatcher() public method

public FolderChangeWatcher ( Folder folder, string folderEntryId, string folderStoreId ) : System
folder Folder
folderEntryId string
folderStoreId string
return System

OnItemSavedOrDeleted() protected method

protected OnItemSavedOrDeleted ( IOutlookId entryId ) : void
entryId IOutlookId
return void