7 messages in com.googlegroups.google-desktop-developerRe: Getting snippets from the Query API
FromSent OnAttachments
Michael17 Apr 2006 11:19 
Sridhar Gurivireddy17 Apr 2006 12:24 
Oleksandr Yakovlyev18 Apr 2006 05:55 
psussan18 Apr 2006 10:57 
Sridhar Gurivireddy18 Apr 2006 14:30 
Sridhar Gurivireddy18 Apr 2006 16:04 
Rob C19 Apr 2006 15:57 
Subject:Re: Getting snippets from the Query API
From:Sridhar Gurivireddy (just@gmail.com)
Date:04/17/2006 12:24:12 PM
List:com.googlegroups.google-desktop-developer

For the result item returned by Google Desktop, try Getproperty on that resultItem rec.GetProperty("content"); // Where "rec" is the result item returned of type IGoogleDesktopQueryResultItem

The list of properties you can query on a result item depends on the type of item returned in the query. (im, file, web, ....). For the exact properties supported by each metadata, look in the indexAPI documentation.

You could also receive "No such property Name" error for the "optional" parameters for each metadata listed in Index API documentation