Example #1
0
 /// <summary>
 /// Reset the row pointer to the first line in the cache. This need not be a tuple.
 /// This is mostly used in combination with fetching all tuples at once.
 /// </summary>
 /// <param name="hdl"></param>
 /// <returns></returns>
 public static MapiMsg MapiFetchReset(MapiHdl hdl)
 {
     return(new MapiMsg(CMapiLib.mapi_fetch_reset(hdl.Ptr)));
 }