Example #1
0
 /// <summary>
 /// Move the query to a newly allocated query handle (which is returned).
 /// Possibly interact with the back-end to prepare the query for execution.
 /// </summary>
 /// <param name="mid"></param>
 /// <param name="command"></param>
 /// <returns></returns>
 public static MapiHdl MapiPrepare(MapiConnection mid, string command)
 {
     return(new MapiHdl(CMapiLib.mapi_prepare(mid.Ptr, command)));
 }