Issue 41: Native query API doesn't support thumnails retrieval
Status:  New
Owner: ----
Reported by alisa.g...@gmail.com, Jul 24, 2008
What steps will reproduce the problem?

Obtain result set item (IGoogleDesktopQueryResultItem) and make a call like
this:
 
CComVariant vtValue;
pResultItem->GetProperty(CComBSTR("thumbnail"), &vtValue);

What is the expected output? What do you see instead?

Expected S_OK, VT_ARRAY for items that have thumbnails. Actually
E_NO_SUCH_PROPERTY returned in any case.


What version of the product are you using? On what operating system?
5.7

Please provide any additional information below.