Beispiel #1
0
 /// <summary>
 /// If possible, return the number of rows in the last select call. A -1 is returned if this information is not available.
 /// </summary>
 /// <param name="hdl"></param>
 /// <returns></returns>
 public static long MapiGetRowCount(MapiHdl hdl)
 {
     return(CMapiLib.mapi_get_row_count(hdl.Ptr));
 }