![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
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 |
#2
|
|||
|
|||
![]()
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? |
#3
|
|||
|
|||
![]()
On Jul 26, 9:53 am, "Ken Slovak - [MVP - Outlook]"
wrote: 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 Optionshttp://www.slovaktech.com/products.htm wrote in message ps.com... http://msdn2.microsoft.com/en-us/lib...580.aspxsounds 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? That is very clear and a relief to know. Thank you. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Use of AdvancedSearch with wildcards in Outlook | ed | Outlook and VBA | 15 | May 14th 07 06:58 PM |
AdvancedSearch Method | Irene | Outlook and VBA | 3 | December 8th 06 12:02 AM |
Type of object for AdvancedSearch | Renjith | Outlook and VBA | 4 | May 17th 06 03:13 PM |
Scope Parameter for AdvancedSearch | Renjith | Outlook - Using Contacts | 1 | May 12th 06 03:42 PM |
AdvancedSearch | Serg Flic | Outlook and VBA | 1 | January 10th 06 04:17 PM |