Using RawTable with OOM

  • Thread starter Thread starter Martin
  • Start date Start date
M

Martin

Hi,

I want to query RawTable property of my Item collection to get IMAPITable to
speed up contacts processing. I had no success in querying IUnknown
interface returned from RawTable for IMAPITable interface, I always get
E_FAIL on return. I found in article q296483 that probably this feature is
not supported. Is it true? I have seen OutlookSpy can show IMAPITable, I
suppose it uses pure MAPI.

I need to access contacts list and be able to process them very fast, I
suppose MAPI is the best choice, yet Iam afraid of those nasty security
messageboxes. I havent looked yet into redemption, but probably I will. If
anyone have any hints on this I would be very gratefull.

Thank You.
martin
 
Try posting this down the hall in one of the outlook.programming groups -
programmers hang out there rather exclusively and do not frequent the more
common user forums, such as this one.

--
Milly Staples [MVP - Outlook]

Post all replies to the group to keep the discussion intact. Due to
the (insert latest virus name here) virus, all mail sent to my personal
account will be deleted without reading.

After furious head scratching, Martin asked:

| Hi,
|
| I want to query RawTable property of my Item collection to get
| IMAPITable to speed up contacts processing. I had no success in
| querying IUnknown interface returned from RawTable for IMAPITable
| interface, I always get E_FAIL on return. I found in article q296483
| that probably this feature is not supported. Is it true? I have seen
| OutlookSpy can show IMAPITable, I suppose it uses pure MAPI.
|
| I need to access contacts list and be able to process them very fast,
| I suppose MAPI is the best choice, yet Iam afraid of those nasty
| security messageboxes. I havent looked yet into redemption, but
| probably I will. If anyone have any hints on this I would be very
| gratefull.
|
| Thank You.
| martin
 
Back
Top