예제 #1
0
 /// <summary>
 /// Return the number of fields in the current row.
 /// </summary>
 /// <param name="hdl"></param>
 /// <returns></returns>
 public static int MapiGetFieldCount(MapiHdl hdl)
 {
     return(CMapiLib.mapi_get_field_count(hdl.Ptr));
 }