AdvancedSearch and .Body

  • Thread starter Thread starter zofficedepot
  • Start date Start date
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.
 
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.

That is very clear and a relief to know. Thank you.
 
Back
Top