Exemplo n.º 1
0
 /// <summary>
 /// Read the answer to a query and pass the results verbatim to a stream.
 /// The result is not analyzed or cached.
 /// </summary>
 /// <param name="hdl"></param>
 /// <param name="fs"></param>
 /// <returns></returns>
 public static int MapiQuickResponse(MapiHdl hdl, FileStream fs)
 {
     return(CMapiLib.mapi_quick_response(hdl.Ptr, fs.SafeFileHandle));
 }