Comment 1 for bug 364503

Revision history for this message
Andreas Hügel (andreas-huegel) wrote :

* instead of a separate folder we will save the properties in a message that is stored as associated message to the folder we are storing the uidnext/uidvalidity for.
o catch MAPI_E_OBJECT_CHANGED. When that happens, reread the Propertycontainer and the properties and rewrite the new UIDnext.
o Test muss Lesen der aktuellen Werte und Schreiben der neuen Werte trennen. Im FolderHelper sind diese Funktionen getrennt zu implementieren und in einer übergeordneten Methode aufzurufen. Die Übergeordnete Methode muss die oben beschrieben eFehlerbehandlung durchführen. Der Test kopiert die Übergeordnete Methode und schiebt zwischen 1. und 2. Schritt das Erhöhen der uidnext auf einem separaten FolderHelper ein.