View Single Post
  #2  
Old July 26th 07, 04:53 PM posted to microsoft.public.outlook.program_vba
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default AdvancedSearch and .Body

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?


Ads