Beispiel #1
0
 /// <summary>
 /// Forcefully shuffle the cache making room for new rows. It ignores the read counter, so rows may be lost.
 /// </summary>
 /// <param name="hdl"></param>
 /// <param name="percentage"></param>
 /// <returns></returns>
 public static MapiMsg MapiCacheFreeup(MapiHdl hdl, int percentage)
 {
     return(new MapiMsg(CMapiLib.mapi_cache_freeup(hdl.Ptr, percentage)));
 }