That article says that you can't get PR_BODY back in a Table object column
because it could exceed the limit on table columns (or PropertyAccessor) in
size (roughly 4K). You can certainly still use Body directly from an item,
which is what getting the item is all about, and you can use it in an
AdvancedSearch filter.
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm
wrote in message
ps.com...
http://msdn2.microsoft.com/en-us/library/bb147580.aspx sounds like
AdvancedSearch
will not search the whole message text: "use the item's EntryID in
GetItemFromID to obtain the
item object. Then retrieve the full value of Body through the item
object." Does this mean I'm
sunk searching whole folders with AdvancedSearch?