Ejemplo n.º 1
0
 /// <summary>
 /// All rows are cached at the client side first. Subsequent calls to mapi_fetch_row() will take
 /// the row from the cache. The number or rows cached is returned.
 /// </summary>
 /// <param name="hdl"></param>
 /// <returns></returns>
 public static long MapiFetchAllRows(MapiHdl hdl)
 {
     return(CMapiLib.mapi_fetch_all_rows(hdl.Ptr));
 }