Method | Description | |
---|---|---|
Dispose ( ) : void | ||
FolderChangeWatcher ( Folder folder, string folderEntryId, string folderStoreId ) : System |
Method | Description | |
---|---|---|
OnItemSavedOrDeleted ( IOutlookId entryId ) : void |
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 |
public FolderChangeWatcher ( Folder folder, string folderEntryId, string folderStoreId ) : System | ||
folder | Folder | |
folderEntryId | string | |
folderStoreId | string | |
return | System |
protected OnItemSavedOrDeleted ( IOutlookId entryId ) : void | ||
entryId | IOutlookId | |
return | void |