Example #1
0
 /// <summary>
 /// Go to the next result set, discarding the rest of the output of the current result set.
 /// </summary>
 /// <param name="hdl"></param>
 /// <returns></returns>
 public static MapiMsg MapiNextResult(MapiHdl hdl)
 {
     return(new MapiMsg(CMapiLib.mapi_next_result(hdl.Ptr)));
 }